Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 268 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 268 Bytes

elixir GenServer shopping cart example

it can:

  • start a process holding a shopping list state
  • add an item to the shopping list
  • list all items in the list
  • remove an item form the list
  • stop the process holing the state

usage

$ iex shopping_list.ex