object HalloWelt { def main(args: Array[String]) { println("Hallo, Welt!") } }