Skip to content

alexkalderimis/adventofcode

Repository files navigation

adventofcode

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.

Running the solutions:

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

REPL orientated development:

Start a REPL with:

rlwrap ./bin/repl 2021 05

Releases

No releases published

Packages

No packages published

Languages