My solutions for advent of code exercises.
My only rules are no peeking - these exercises are completed without referring to any other solutions, and aim at clarity and performance.
To run a specific day, use the adventofcode
executable, ideally from
stack run
:
stack run 2021 05 test
stack run 2021 05 pt1
stack run 2021 05 pt2
Start a REPL with:
rlwrap ./bin/repl 2021 05