Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created July 6, 2018 22:23
Show Gist options
  • Save halilozel1903/327ebecafb985e761de3f7ed6548d3b4 to your computer and use it in GitHub Desktop.
Save halilozel1903/327ebecafb985e761de3f7ed6548d3b4 to your computer and use it in GitHub Desktop.
val shoppingList = arrayOf("milk", "water",
"egg", "rice")
shoppingList[1] = "bread"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment