chore: Configure Scala build with dependencies and project structure

This commit is contained in:
2026-03-21 15:52:51 +01:00
parent 227d0a4719
commit a8d457a612
7 changed files with 74 additions and 2 deletions
@@ -0,0 +1,9 @@
package de.nowchess
object Test {
def main(args: Array[String]): Unit = {
println("Hello World")
}
}