Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active July 17, 2020 23:36
Show Gist options
  • Select an option

  • Save noelworden/dec34fc03127834366d200ab42644e0d to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/dec34fc03127834366d200ab42644e0d to your computer and use it in GitHub Desktop.
#blog_snippets
iex> %{example_map | charlie: "four"}
%{alpha: "one", bravo: "two", charlie: "four"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment