Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 326 Bytes

Advent of Code 2019

Common.hs defines the aoc function, which takes a day and a solution, which consists of functions for parsing the input, and for solving both parts.

To run the tests for specific day, run:

$ runghc DayXXSpec.hs

To get the solutions for a specific day, run:

$ runghc DayXX.hs