Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save noelworden/c18b6aa6ae8d9c5801280730cb48e846 to your computer and use it in GitHub Desktop.
#blog_snippets
iex> Map.put(example_map, :delta, "five")
%{alpha: "one", bravo: "two", charlie: "three", delta: "five"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment