progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 08 Nov 2021 02:16:33 +0000
changeset 409 0e55b6313adc
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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