chore: initial commit

This commit is contained in:
Xavier Morel
2025-04-28 14:48:58 +02:00
committed by installer
commit 6c2240960f
7 changed files with 70 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
## 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](https://github.com/scala/scala3-example-project/blob/main/README.md).