Hello, World! in Scala
Example for versions
Scala 2.7.7-final,
Scala 2.8.0-final
object Main {
def main(args: Array[String]) {
println("Hello, World!")
}
}
Comments
]]>blog comments powered by Disqus
]]>