Advent of code 2023

Build Status

Running

Run all days:

sbt test

Run a single day:

sbt 'Test / testOnly *Day15*'

Format code

sbt scalafmtAll