/advent-of-code-2020

Advent of Code 2020 solutions in Clojure

Primary LanguageClojureMIT LicenseMIT

Advent of Code 2020: Solutions in Clojure

Requires leiningen.

Running the code

lein run <day> <part>

For example, to run part 2 of the problem for day 3:

lein run 3 2

Running tests

lein test