progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 23 Nov 2020 02:43:03 +0000
changeset 365 fc118ee0fce4
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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