Skip to content

Instantly share code, notes, and snippets.

@fcarriedo
Created November 8, 2010 03:43
Show Gist options
  • Save fcarriedo/667358 to your computer and use it in GitHub Desktop.
Save fcarriedo/667358 to your computer and use it in GitHub Desktop.
basic scala hello world..!
object HelloWorld {
def main(args: Array[String]) {
println("Hello world")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment