Doing some Scala stuff
This commit is contained in:
parent
87579d938e
commit
f8858d64b3
7
scala-tutorial/HelloWorld.scala
Normal file
7
scala-tutorial/HelloWorld.scala
Normal 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
1
scala-tutorial/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
Working through http://www.scala-lang.org/docu/files/ScalaTutorial.pdf
|
Loading…
Reference in New Issue
Block a user