Clojure solutions for the 2015 Advent of Code
There is an active subreddit where solutions are discussed.
To run all the days:
$ lein run
This will take some time to complete.
To run a specific day, e.g. day 19:
$ lein run 19
To run all the tests:
$ lein test
Not all of the days have tests.
To run a specific test, e.g. tests for day 25:
$ lein test :only advent-of-code.core-test/day-25