aoc/2019/scala/02/day02
aru 752b6e67cf 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00
..
project 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00
src 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00
.gitignore 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00
README.md 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00
build.sbt 2019 day 2 in Scala 2024-04-05 17:21:24 +02:00

README.md

sbt project compiled with Scala 3

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.

For more information on the sbt-dotty plugin, see the scala3-example-project.