Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 249 Bytes

otp.md

File metadata and controls

6 lines (5 loc) · 249 Bytes

Exercise 1

  • Make an OTP Catstore GenServer that starts with a call to new_store
  • Implement add/remove/list/close
    • Note: this is mysteriously like the examples in the slides Answer