progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 01 May 2022 12:41:56 +0100
changeset 422 be20e7f67f76
parent 353 0913158ef452
permissions -rw-r--r--
updated

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