meck / AoC2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Haskell 93.3%Language:Shell 3.5%Language:Nix 3.2%