Advent of code 2022 solved with Scala
Go to file
Araozu 2dcca0e720 format 2023-10-31 21:53:42 -05:00
project Scalatest 2023-10-31 06:08:04 -05:00
src format 2023-10-31 21:53:42 -05:00
.gitignore 2nd commit 2023-10-31 06:22:09 -05:00
.scalafmt.conf Scalatest 2023-10-31 06:08:04 -05:00
README.md Scalatest 2023-10-31 06:08:04 -05:00
build.sbt Scalatest 2023-10-31 06:08:04 -05: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.