progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 02 Nov 2023 11:32:10 +0000
changeset 469 ed7a9ea24f71
parent 353 0913158ef452
permissions -rw-r--r--
updated

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