/AoC2020

Primary LanguageHaskellMIT LicenseMIT

AoC2020

Haskell solutions to advent of code 2020

Add session key to sessionKey.txt to download puzzle input automatically.

In a nix-shell:

Exercises numbered 1a - 25b, to run 1a:

  • solve puzzle ./run solve 1a
  • test with file watch ./run test 1a
  • benchmark with file watch ./run bench 1a