blinry / advent-of-code-2019

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Haskell 100.0%