Skip to content

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

Notifications You must be signed in to change notification settings

blinry/advent-of-code-2019

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages