Skip to content

Instantly share code, notes, and snippets.

@benve
Created January 3, 2010 18:18
Show Gist options
  • Save benve/268067 to your computer and use it in GitHub Desktop.
Save benve/268067 to your computer and use it in GitHub Desktop.
Esempio
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