Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created June 10, 2014 21:03
Show Gist options
  • Save mcandre/af909a109621606d0afb to your computer and use it in GitHub Desktop.
Save mcandre/af909a109621606d0afb to your computer and use it in GitHub Desktop.
#!/usr/bin/env scala
object Hello {
def main(args : Array[String]) : Unit = println("Hello World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment