progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Nov 2022 15:03:48 +0000
changeset 428 cdfa6a293453
parent 353 bb6074814a73
permissions -rw-r--r--
updated solutions and templates

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