progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 15 Jan 2023 10:31:30 +0000
changeset 457 85942c3b387a
parent 353 0913158ef452
permissions -rw-r--r--
updated

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