Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ofer1992/aoc_21
Advent of Code '21 solved in clojure
https://github.com/ofer1992/aoc_21
advent-of-code advent-of-code-2021 advent-of-code-2021-clojure aoc aoc2021 clojure
Last synced: 26 days ago
JSON representation
Advent of Code '21 solved in clojure
- Host: GitHub
- URL: https://github.com/ofer1992/aoc_21
- Owner: ofer1992
- Created: 2024-03-10T12:08:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T12:20:50.000Z (8 months ago)
- Last Synced: 2024-09-29T17:22:30.927Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-clojure, aoc, aoc2021, clojure
- Language: Clojure
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code '21
Ongoing solutions to puzzles in Clojure(!), in an effort to learn the language. Therefore, expect bad code. I thought I was already a dope programmer, but it's good to be humbled.
For running tests on file reloads, open a terminal and run
`clj -X:test:watch`