advent-of-cljc icon indicating copy to clipboard operation
advent-of-cljc copied to clipboard

Cross platform Clojure Advent of Code solutions

Results 1 advent-of-cljc issues
Sort by recently updated
recently updated
newest added

If you run ``` script/test-one 2017 1 borkdude ``` everything will be fine. But then add the following ```clojure (defprotocol IFoo) ``` as the first form in the `aoc.y2017.d01.borkdude` namespace...