My solutions to the programming puzzles in the Advent of Code 2021 written in Clojure.
For other years see:
Install the Nix package manager then
nix build
Run all tests:
nix develop --command clj -X:test
Run linting:
nix develop --command clj-kondo --lint .
nix develop --command clj -M:test:eastwood