progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 01 Dec 2021 07:51:21 +0000
changeset 416 497f67fd4ae0
parent 353 bb6074814a73
permissions -rw-r--r--
updated

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