Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created June 10, 2014 21:06
Show Gist options
  • Save mcandre/32fa50ff0da2552c547c to your computer and use it in GitHub Desktop.
Save mcandre/32fa50ff0da2552c547c 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