/toy_robot

Primary LanguageRuby

How to use:

ruby main.rb
> PLACE 0,0,NORTH
> MOVE
> REPORT

To get input from file:

ruby main.rb < test_input/input3.txt

How to test:

bundle
cucumber