Skip to content

Instantly share code, notes, and snippets.

@fluency03
Last active July 12, 2016 15:31
Show Gist options
  • Save fluency03/393e427b9241441f793da83f8d6f9caa to your computer and use it in GitHub Desktop.
Save fluency03/393e427b9241441f793da83f8d6f9caa to your computer and use it in GitHub Desktop.
/**
* This is a Scala script: scala-script-arg.scala
* Say hello to the first argument!
*/
println("Hello, " + args(0) + "!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment