Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active October 29, 2018 18:11
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/21438f983036d407a5b3c42e84bbc81f to your computer and use it in GitHub Desktop.
Save teivah/21438f983036d407a5b3c42e84bbc81f to your computer and use it in GitHub Desktop.
val colors1 = Map("red" -> "#FF0000", "azure" -> "#F0FFFF", "peru" -> "#CD853F")
val colors2 = colors1 + ("blue" -> "#0033FF")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment