progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 08 Nov 2022 18:35:41 +0000
changeset 431 4a5b59690f0a
parent 353 0913158ef452
permissions -rw-r--r--
updated

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