Skip to content

Advent of Code 2023 with Scala 3 and the FP Typelevel stack.

Notifications You must be signed in to change notification settings

horothesun/advent-of-code-2023

Repository files navigation

Advent of Code 2023

CI Renovate enabled Mergify enabled Scala

Initialise a new day by running

./scripts/init_day.sh <DAY-NUMBER>

Test specific day with

sbt "~testOnly *DayXSuite*"