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
- Host: GitHub
- URL: https://github.com/rodolfo42/advent-of-code
- Owner: rodolfo42
- Created: 2020-12-06T22:11:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T05:15:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T06:16:30.470Z (9 months ago)
- Topics: advent-of-code-2020, clj, clojure, deps
- Language: Clojure
- Homepage: https://adventofcode.com
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```