progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 08 Oct 2022 00:30:51 +0100
changeset 427 6e93040e3378
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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