Advent of Code 2017
Solutions in Clojure.
Clone this repo and install boot.
Run all completed solutions:
boot run-all
or just one day:
boot run-day -d 1
or just one part of a day:
boot run-day -d 1 -p 2
borkdude
Back