/aoc-clj

Advent of Code solutions in Clojure

Primary LanguageClojureGNU General Public License v3.0GPL-3.0

aoc-clj

Advent of Code solutions written in Clojure.

Warning: written by a lisp and Clojure novice. May elicit bleeding from the eyes.

Usage

Prerequisites

  • leiningen
$ lein run -- --help
$ lein run -- day1 part1 resources/day1

Testing

$ make test

License

GPL3