Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 29, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/89ca966c3f1e538766e8319b16976570 to your computer and use it in GitHub Desktop.
Save teivah/89ca966c3f1e538766e8319b16976570 to your computer and use it in GitHub Desktop.
val states = scala.collection.mutable.Map("AL" -> "Alabama", "AK" -> "tobedefined")
states("AK") = "Alaska"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment