Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 241 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 241 Bytes

Setting up the application

Run:

bundle install

Running the application

To run the coin denominator (e.g. the coin changing problem), run the main.rb file:

ruby main.rb

Running test suite

Run:

rspec