progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Thu, 31 Oct 2019 12:01:56 +0000
changeset 300 be9900ba65ff
parent 202 3b40cc2a938a
child 335 9476aee44eed
permissions -rw-r--r--
updated testing files

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