feat: basic wrapper + days 1 to 3

This commit is contained in:
Xavier Morel
2025-04-29 19:21:48 +02:00
committed by installer
parent 6c2240960f
commit d937ef84bb
10 changed files with 181 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
## sbt project compiled with Scala 3
## Advent of Code 2024
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
- Put input in `src/main/resources/days/dayXX.txt`
- Run SBT `sbt`
- In SBT shell, run day: `run XX`
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).