progs/hello-world.scala
author Christian Urban <urbanc@in.tum.de>
Wed, 30 Nov 2016 10:07:05 +0000
changeset 78 85f2f75abeeb
parent 32 45557ad18ea6
child 144 716042628398
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
45557ad18ea6 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
object Hello extends App { 
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
}