Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 27, 2014 07:45
Show Gist options
  • Save ostretsov/7cd08a38b1b9b5887e64 to your computer and use it in GitHub Desktop.
Save ostretsov/7cd08a38b1b9b5887e64 to your computer and use it in GitHub Desktop.
object EntryPoint {
def main(args: Array[String]): Unit = {
for (arg <- args) {
println(arg)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment