More idiomatic

This commit is contained in:
Daniel Spiewak
2009-07-07 12:14:57 +08:00
committed by Mike Donaghy
parent c14200e154
commit 7e7170fe7f

View File

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