This code was built for my first trip in Erlang for a course in Udemy after that two my colleagues told me about functional languages.
- Execute
run.sh
- Call the functions exposed by mybank in the erlang shell, (for now) they are:
- start() needed to start the otp application
- stop()
- balance(userId)
- deposit(userId, Amount)
- withdraw(userId, Amount)