My solutions to the Advent of Code programming puzzles in Clojure.
It contains my solutions for year 2024. For other years see:
Eventually, I'll collect all solutions here.
Install the Nix package manager then
nix build
Run all tests:
clojure -M:test
Run tests and watch for changes:
clojure -M:test --watch
Filter tests for a specific namespace:
clojure -M:test --watch --focus aoc2024.day01-test
Run linting:
nix develop --command clj-kondo --lint .
clojure -T:build lint