monty-hall-problem Simulator for the Monty Hall Problem How to use Parameters Number of times to run the simulation (integer, default is 1) Strategy: switch or stay To run 10 simulations with the strategy 'switch': $ ruby simulator.rb 10 switch