progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 11 Apr 2022 23:55:27 +0100
changeset 424 daf561a83ba6
parent 353 bb6074814a73
permissions -rw-r--r--
added

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