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

https://github.com/rodolfo42/advent-of-code

My code solutions to the Advent of Code challenges
https://github.com/rodolfo42/advent-of-code

advent-of-code-2020 clj clojure deps

Last synced: 7 months ago
JSON representation

My code solutions to the Advent of Code challenges

Awesome Lists containing this project

README

          

# Advent of Code solutions

These are my solutions to the [Advent of Code](https://adventofcode.com/) challenges, in Clojure.

## Tests

```
clj -M:test
```