Merge branch 'master' of git://github.com/pkpatel88/hello-world

This commit is contained in:
Clive Crous
2008-07-23 14:34:02 +02:00

3
scala.scala Normal file
View File

@@ -0,0 +1,3 @@
object HelloWorld extends Application {
Console.println("Hello World")
}