AOC 2018, solutions in Clojure My attempt at solving the Advent of Code 2018 puzzles in Clojure. How to run test The project uses Cognitect's test-runner to run tests. To run the tests, execute the following command: $ clj -M:test Solutions Day 1 Day 2 Day 3 Day 4 Day 5 Day 7