progs/hello-world.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 09 Nov 2022 20:51:29 +0000
changeset 437 71d91e8924d0
parent 353 0913158ef452
permissions -rw-r--r--
updated jars
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
353
0913158ef452 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
}