Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 601 Bytes

aoc2017

My solutions in Clojure for Advent of Code 2017

Usage

The easiest way is to run this with lein run. Provide the day of the puzzle which should be solved as a parameter and the puzzle input on stdin:

$ lein run 1 <test/resources/day1-input.txt

Note

This is not necessarily idiomatic Clojure since I use the chance to try out different features of the language and of the leiningen build tool.

License

Copyright © 2017 David Ongaro

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