Created
October 12, 2020 13:28
-
-
Save ch8n/5c0f2e7e24568ad8d862739b5b24d8e8 to your computer and use it in GitHub Desktop.
directly create hashmap in kotlin
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 hashMap = HashMap<String,Int>() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment