Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created March 18, 2011 14:55
Show Gist options
  • Save kmizu/876198 to your computer and use it in GitHub Desktop.
Save kmizu/876198 to your computer and use it in GitHub Desktop.
object Args {
def main(args: Array[String]) {
args.foreach(println)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment