Starter pack for doing Advent of Code in Clojure. This is based almost entirely on Mitchell Hanburg's Advent of Code Clojure Starter. I've renamed a few files and deleted a few, but that's all.
Uses lein.
There are 25 namespaces, 25 input files, 25 example input files, 25 tests, and 50 lein
tasks.
- Fill in the tests with the example solutions.
- Write your implementation.
- Fill in the final problem inputs into the
lein
task and runlein run d01.p1
.
I'll put more here as this matures.