progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 02 Nov 2023 23:34:53 +0000
changeset 472 fbff6f601370
parent 353 0913158ef452
permissions -rw-r--r--
updated

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