Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 900 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 900 Bytes

Advent of Code - 2020 (Haskell Edition)

GitHub last commit AoC 2020 - Haskell

AoC

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).