progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 07 Nov 2020 19:13:06 +0000
changeset 353 bb6074814a73
parent 335 7e00d2b13b04
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
353
bb6074814a73 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 335
diff changeset
     1
object Hello extends App { 
32
45557ad18ea6 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
  println("hello world")
45557ad18ea6 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
}