Skip to content

bnomis/advent-of-code-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2015 in Clojure

Clojure solutions for the 2015 Advent of Code

There is an active subreddit where solutions are discussed.

Running

To run all the days:

$ lein run

This will take some time to complete.

To run a specific day, e.g. day 19:

$ lein run 19

Testing

To run all the tests:

$ lein test

Not all of the days have tests.

To run a specific test, e.g. tests for day 25:

$ lein test :only advent-of-code.core-test/day-25

About

Advent of Code 2015 in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published