Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Created July 9, 2013 02:48
Show Gist options
  • Save rkaneko/5954310 to your computer and use it in GitHub Desktop.
Save rkaneko/5954310 to your computer and use it in GitHub Desktop.
HelloScalaWolrd .
package com.rkaneko
object Stub {
def main(args: Array[String]) {
val list = "Hello"::"Scala"::"World"::"!"::Nil
println(list.mkString(" "))
}
}
class Stub {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment