Skip to content

Instantly share code, notes, and snippets.

@boysbee
Created May 8, 2014 18:01
Show Gist options
  • Save boysbee/a147c137377053ef4ba5 to your computer and use it in GitHub Desktop.
Save boysbee/a147c137377053ef4ba5 to your computer and use it in GitHub Desktop.
hello world with scala
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