Skip to content

wagdav/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to the programming puzzles in the Advent of Code 2022 written in Clojure.

For other years see:

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