Skip to content

Instantly share code, notes, and snippets.

@nsomar
Created April 23, 2017 19:02
Show Gist options
  • Select an option

  • Save nsomar/ad328aee07c287be058f3593423b640a to your computer and use it in GitHub Desktop.

Select an option

Save nsomar/ad328aee07c287be058f3593423b640a to your computer and use it in GitHub Desktop.
> Storage.start([0])
> Storage.put(1)
> Storage.put(2)
> Storage.get() |> IO.inspect
[0, 1, 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment