Skip to content

Instantly share code, notes, and snippets.

@devxpy
Created September 22, 2020 08:05
Show Gist options
  • Save devxpy/9e998892582f02f222fa0b633817061a to your computer and use it in GitHub Desktop.
Save devxpy/9e998892582f02f222fa0b633817061a to your computer and use it in GitHub Desktop.
void main() {
Map<int, String> myIntMap = {5: "hello!"};
print(myIntMap["5"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment