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

@@ -5,8 +5,7 @@ lazy val root = project
.settings(
name := "AOC2024",
version := "0.1.0-SNAPSHOT",
scalaVersion := scala3Version,
fork := true,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
)