This repository contains my base for solving advent-of-code-2023.
The repository uses Scala 3
You can run the app via sbt
sbt run solve <day>
Optionally you can provide the path to a different input
sbt run solve <day> --path <pathToInput>
This repository contains my base for solving advent-of-code-2023.
The repository uses Scala 3
You can run the app via sbt
sbt run solve <day>
Optionally you can provide the path to a different input
sbt run solve <day> --path <pathToInput>