/advent

Some of the Advent for Code exercises written in Clojure.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

advent

Some of the Advent of Code exercises written in Clojure.

Usage

Just run lein test to execute the code against the test cases or fire it up in your REPL of choice and execute the functions individually. The functions were written so you can easily copy/paste the input with no transformations from the Advent of Code site directly into strings in the REPL and execute the functions.

License

Copyright © 2018 Daniel Glauser

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.