Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 2, 2019 22:46
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 parzibyte/0b458f9e93930f82d7bf77ca6554b22e to your computer and use it in GitHub Desktop.
Save parzibyte/0b458f9e93930f82d7bf77ca6554b22e to your computer and use it in GitHub Desktop.
// Definir un arreglo con arrayOf
val nombres = arrayOf("Luis", "María José", "Fernando")
println(nombres[1]) // María José
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment