#Mars Rover Problem This problem is about mars rover with initial position and a direction, which takes a bunch of input namely "l", "m", "r"
- l = rotate left by 90
- r = rotate right by 90
- m = move ahead
Expected output is the position of the rover after the operations.
##Building and setup
- Clone this directory
- cd
- bundle exec rake
#Happy Hacking !