Doing some Scala stuff

This commit is contained in:
Dan Buch 2012-03-03 20:09:12 -05:00
parent 87579d938e
commit f8858d64b3
2 changed files with 8 additions and 0 deletions

View File

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

1
scala-tutorial/README Normal file
View File

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