Skip to content

Instantly share code, notes, and snippets.

@jlerche
Created November 22, 2017 20:25
Show Gist options
  • Save jlerche/44902693aca3aab46a4b9bb9f4421294 to your computer and use it in GitHub Desktop.
Save jlerche/44902693aca3aab46a4b9bb9f4421294 to your computer and use it in GitHub Desktop.
dumb naive module store
defmodule Store do
def get do
[:foo]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment