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

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