/advent-of-code-2019

My solutions for Advent of Code 2019. In Haskell! :O

Primary LanguageHaskell

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