/adventofcode

Solutions to advent of code exercises.

Primary LanguageHaskellMIT LicenseMIT

adventofcode Build Status

Solutions to advent of code exercises.

Usage

First, install stack.

Run the test suite to confirm the code conforms to the problem set examples:

stack test

Run the solver for a problem set:

stack exec src/Y2015/D01.hs