Skip to content

bitti/aoc2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My solutions for Advent of Code 2017 in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published