Skip to content

Instantly share code, notes, and snippets.

@danybony
Last active December 20, 2019 11:37
Show Gist options
  • Save danybony/b8531d7d83553e9e20e279702c0ecaec to your computer and use it in GitHub Desktop.
Save danybony/b8531d7d83553e9e20e279702c0ecaec to your computer and use it in GitHub Desktop.
Kotlin script and kscript
println("Called with args:")
args.forEach {
println("- $it")
}
println("Hello from kscript")
println("The arguments were:")
args.forEach {
println("- $it")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment