Skip to content

wagdav/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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