progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 08 Nov 2021 01:56:57 +0000
changeset 408 95240953bf4c
parent 353 bb6074814a73
permissions -rw-r--r--
updated jars

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