/advent-of-code-2018

My solutions to Advent of Code 2018

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Advent of Code 2018

My solutions to Advent of Code 2018.

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