progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 10 Apr 2020 12:12:48 +0100
changeset 333 0b82e661341a
parent 202 3b40cc2a938a
child 335 9476aee44eed
permissions -rw-r--r--
updated

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