chore: Configure Scala build with dependencies and project structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package de.nowchess
|
||||
|
||||
object Test {
|
||||
|
||||
def main(args: Array[String]): Unit = {
|
||||
println("Hello World")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user