progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 13 Jan 2022 12:55:03 +0000
changeset 423 e9d14d58be3c
parent 353 bb6074814a73
permissions -rw-r--r--
test

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