Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 808 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 808 Bytes

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.

Build and run

Install the Nix package manager then

nix build

Develop

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