Skip to content

MarkFChavez/bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank

Usage

bank = Bank.start() # account balance defaults to 10,000
bank = Bank.do_withdraw(bank, 100)
bank = Bank.do_deposit(bank, 200)

Installation

If available in Hex, the package can be installed by adding bank to your list of dependencies in mix.exs:

def deps do
  [
    {:bank, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bank.

About

elixir app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages