object HelloWorld { def main(args: Array[String]) { println("Hello, World!") } } // vim: set ts=4 sw=4 et: