My Clojure solutions to advent of code 2018.
Run the repl:
lein repl
Require a particular day and run it:
(require '[aoc.dec1 :as dec1])
(dec1/run)
Copyright © 2018 Brian Gregg
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.