Skip to content

Instantly share code, notes, and snippets.

@xnnyygn
Created June 8, 2012 06:22
Show Gist options
  • Save xnnyygn/2893932 to your computer and use it in GitHub Desktop.
Save xnnyygn/2893932 to your computer and use it in GitHub Desktop.
My first code example to post on posterous
object Hobbies {
def main(args[]: String){
println(List("Scala", "Java", "ACG", "Linux", "etc").mkString(", "))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment