progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 06 Nov 2023 14:18:26 +0000
changeset 477 a4e1f63157d8
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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