progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Sun, 11 Aug 2019 21:01:49 +0100
changeset 274 b5faae05fc43
parent 202 3b40cc2a938a
child 335 9476aee44eed
permissions -rw-r--r--
test

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