Stuff I forgot to commit.

This commit is contained in:
peteraa 2020-06-29 16:17:24 +02:00
parent b8ae0092c1
commit 9f47433501
14 changed files with 517 additions and 249 deletions

View file

@ -0,0 +1,7 @@
package FiveStage
object main {
def main(args: Array[String]): Unit = {
println("helo")
}
}