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

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