An open API service indexing awesome lists of open source software.

https://github.com/mkuranowski/adventofcode2020

2020 Advent of Code coded in Clojure
https://github.com/mkuranowski/adventofcode2020

advent-of-code advent-of-code-2020 advent-of-code-2020-clojure clojure

Last synced: 3 months ago
JSON representation

2020 Advent of Code coded in Clojure

Awesome Lists containing this project

README

          

See for a list of tasks.

To give the challenges an interesting twist, I coded the solutions
in an atypical language, [Clojure](https://clojure.org/) - a Lisp dialect.

Actually, not all of them in Clojure.
I failed in part B of day 19, which is currently written in Python;
tough I might try and rewrite it back in Clojure later.

Usage `./aoc.sh DAY [test]`.