progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Thu, 31 Oct 2019 10:50:05 +0000
changeset 297 db224b73bfbe
parent 202 3b40cc2a938a
child 335 9476aee44eed
permissions -rw-r--r--
updated jars

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