Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created May 29, 2022 18:14
Show Gist options
  • Save halilozel1903/ccf7c497fe3f2613d214c8bda9ed782a to your computer and use it in GitHub Desktop.
Save halilozel1903/ccf7c497fe3f2613d214c8bda9ed782a 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[34]}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment