Created
July 6, 2018 22:23
-
-
Save halilozel1903/327ebecafb985e761de3f7ed6548d3b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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