Doing some Scala stuff

cat-town
Dan Buch 13 years ago
parent 87579d938e
commit f8858d64b3

@ -0,0 +1,7 @@
object HelloWorld {
def main(args: Array[String]) {
println("Hello, World!")
}
}
// vim: set ts=4 sw=4 et:

@ -0,0 +1 @@
Working through http://www.scala-lang.org/docu/files/ScalaTutorial.pdf
Loading…
Cancel
Save