progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Sun, 05 Feb 2017 04:13:34 +0000
changeset 113 b8ba08170d79
parent 32 45557ad18ea6
child 144 716042628398
permissions -rw-r--r--
hook test

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