Created
May 29, 2022 18:14
-
-
Save halilozel1903/ccf7c497fe3f2613d214c8bda9ed782a 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 mapOne = mapOf<Int, String>(7 to "Ricardo Quaresma", 34 to "Hugo Almeida", 31 to "Simao Sabrosa") | |
println("map-1: ${mapOne[34]}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment