Created
November 29, 2018 00:20
-
-
Save cassiozen/c653bf82b747a406ec6a112d41cc31b3 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 coordinates = arrayOf(5, 10, 15) | |
val (x, y, z) = coordinates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment