Advent of Code - 2020 (Haskell Edition)
To make this work you need to ...
- install stack
- run
stack test
- run
stack build
- run
stack exec haskell-aoc-exe
- run
stack test haskell-aoc:haskell-aoc-test-day00 --file-watch
to test a specific day
The documentation (with some explanations on the solutions) is on the gh-pages
branch (that branch gets automatically updated/maintained by the build system).