Online Scala Compiler

 
/* Online Scala Compiler */ object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } }