progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Mon, 27 Jan 2020 10:18:13 +0000 (2020-01-27)
changeset 329 8a34b2ebc8cc
parent 202 f7bcb27d1940
child 335 7e00d2b13b04
permissions -rw-r--r--
updated
object Hello extends App { 
  println("hello world")
}