progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 06 Nov 2023 21:49:55 +0000
changeset 477 2403c931a32f
parent 353 0913158ef452
permissions -rw-r--r--
updated jars

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