Skip to content

Instantly share code, notes, and snippets.

@tremaineeto
Created April 15, 2021 07:22
Show Gist options
  • Save tremaineeto/d8c9a2e3a20f60b7d154d29e06f6220b to your computer and use it in GitHub Desktop.
Save tremaineeto/d8c9a2e3a20f60b7d154d29e06f6220b to your computer and use it in GitHub Desktop.
HashMap<String, Integer> hm = new HashMap<>();
hm.add("a", 1);
hm.add("b", 2);
hm.add("c", 3);
hm.add("d", 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment