Skip to content

Instantly share code, notes, and snippets.

@javadude
Created February 7, 2019 16:46
Show Gist options
  • Save javadude/1526dca90b7d86f3596df370ad4167bd to your computer and use it in GitHub Desktop.
Save javadude/1526dca90b7d86f3596df370ad4167bd to your computer and use it in GitHub Desktop.
fun main(args : Array<String>) {
println("Hello, World!")
println(args.joinToString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment