progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 25 Dec 2023 01:10:55 +0100
changeset 482 769bda18a43d
parent 353 bb6074814a73
permissions -rw-r--r--
updated jars

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