Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Created December 16, 2020 17:26
Show Gist options
  • Save xrrocha/fd021176ead9a89535cf48b995bc5b63 to your computer and use it in GitHub Desktop.
Save xrrocha/fd021176ead9a89535cf48b995bc5b63 to your computer and use it in GitHub Desktop.
code block for README-22
val words = arrayOf(
"out", "of", "mind",
"back", "in", "five")
println(words[2]) // prints "mind"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment