- Install ruby 3.4.5 for executing the code
- clone the repo
- run
bundle install, to install the gems
- cd to the string_calculator directory
- run the below command
- windows -
ruby .\bin\calculator.rb - linux -
ruby bin/calculator.rb
- cd to the string_calculator directory
- run the below command
bundle exec rspec spec/*



