bnomis / advent-of-code-2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019 in Clojure

Clojure solutions for the 2019 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 aoc.test/day-25

About

License:MIT License


Languages

Language:Clojure 100.0%