/mars-rover

Mars Rover problem solution

Primary LanguageRuby

Mars Rover

Mars Rover Problem

Setup

Install bundle dependencies

$ bundle install

Running Tasks

Run mars_rover.rb script with mars_rover.input

$ rake run

Run Rspec test files

$ rake test