progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Wed, 11 Jan 2017 14:42:46 +0000
changeset 98 44a20e85dd38
parent 32 45557ad18ea6
child 144 41a2b4f2c30c
permissions -rw-r--r--
merged

object Hello extends App { 
  println("hello world")
}