Created
May 29, 2022 18:11
-
-
Save halilozel1903/4938eab1c97664e91f1c015f006f86c5 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.get(7)}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment