/advent-of-code-2017

My solutions for Advent of Code 2017

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Advent of Code 2017

My solutions to Advent of Code 2017.

To run the solutions for a day, do this:

$ stack runghc src/Day01.hs

You can optionally specify a different input file from the default for that day like this:

$ stack runghc src/Day01.hs my-other-input.txt