https://github.com/wagdav/advent-of-code-2021
Advent of Code 2021
https://github.com/wagdav/advent-of-code-2021
advent-of-code clojure nix
Last synced: 3 months ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/wagdav/advent-of-code-2021
- Owner: wagdav
- Created: 2021-12-01T07:48:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T10:45:41.000Z (over 2 years ago)
- Last Synced: 2025-10-14T09:28:55.635Z (9 months ago)
- Topics: advent-of-code, clojure, nix
- Language: Clojure
- Homepage: https://thewagner.net/blog/2021/12/25/advent-of-code-2021/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My solutions to the programming puzzles in the [Advent of Code
2021](https://adventofcode.com/2021) written in Clojure.
For other years see:
* [2020](https://github.com/wagdav/advent-of-code-2020)
* [2021](https://github.com/wagdav/advent-of-code-2021)
* [2022](https://github.com/wagdav/advent-of-code-2022)
# Build and run
Install the Nix package manager then
```
nix build
```
# Develop
Run all tests:
```
nix develop --command clj -X:test
```
Run linting:
```
nix develop --command clj-kondo --lint .
```
```
nix develop --command clj -M:test:eastwood
```