Skip to content

Instantly share code, notes, and snippets.

@fumokmm
Created December 28, 2009 21:57
Show Gist options
  • Save fumokmm/264982 to your computer and use it in GitHub Desktop.
Save fumokmm/264982 to your computer and use it in GitHub Desktop.
object HelloWorld {
def main(args: Array[String]): Unit = {
System.out.println("Hello, scala!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment