Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Created December 16, 2020 17:26
Show Gist options
  • Save xrrocha/8101a8ec0365387ec6e98fb067cf7c76 to your computer and use it in GitHub Desktop.
Save xrrocha/8101a8ec0365387ec6e98fb067cf7c76 to your computer and use it in GitHub Desktop.
code block for README-20
// File: Echo.kt
package example
fun main(args: Array<String>) {
println(args.joinToString(" "))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment