aoc2017 icon indicating copy to clipboard operation
aoc2017 copied to clipboard

Advent of Code 2017

Advent of Code 2017

Solutions in Clojure.

Run

Clone this repo and install boot.

Run all completed solutions:

boot run-all

or just one day:

boot run-day -d 1

or just one part of a day:

boot run-day -d 1 -p 2