Skip to content

Instantly share code, notes, and snippets.

@jmcshane
Created November 9, 2018 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmcshane/96432634bbf549b624a69df5ea5e931f to your computer and use it in GitHub Desktop.
Save jmcshane/96432634bbf549b624a69df5ea5e931f to your computer and use it in GitHub Desktop.
println("Hello from Kotlin!")
for (arg in args) {
println("arg: $arg")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment