progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 08 Nov 2021 01:39:00 +0000
changeset 403 ffce7b61b446
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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