Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created May 15, 2017 06:20
Show Gist options
  • Save dgadiraju/f992a19564bcc02870f2ebdb9dab2658 to your computer and use it in GitHub Desktop.
Save dgadiraju/f992a19564bcc02870f2ebdb9dab2658 to your computer and use it in GitHub Desktop.
object hw {
def main(args: Array[String]) {
println("Hello " + args(0))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment