Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created May 29, 2022 18:11
Show Gist options
  • Save halilozel1903/4938eab1c97664e91f1c015f006f86c5 to your computer and use it in GitHub Desktop.
Save halilozel1903/4938eab1c97664e91f1c015f006f86c5 to your computer and use it in GitHub Desktop.
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