Skip to content

Instantly share code, notes, and snippets.

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