/adventofcode2023

https://adventofcode.com/2023

Primary LanguageClojureMIT LicenseMIT

adventofcode.y2023

My solutions to the Advent of Code 2023 puzzles. Using Clojure this year because of course. 😉

Requirements

  1. JDK
  2. Clojure
  3. Leiningen

Running the tests

All puzzles for each day

lein test

Including slow tests:

lein test :with-slow

Both puzzles for one day

lein test :day 1

Single puzzle

lein test :puzzle d1/part1

Utilities

lein test :util

Everything

lein test :all