progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 11 Mar 2023 22:42:09 +0000
changeset 464 73ced118f73d
parent 353 bb6074814a73
permissions -rw-r--r--
updated to scala 3

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