Mars Rover Code Challenge
You need to have PHP 7.1 or above to run this project.
Clone this Repo , install dependencies
git clone https://github.com/rajanrx/rover.git && composer install
and then run command
php command.php --input 'data/sample-input.txt' --output 'data/sample-output.txt'
To generate the report run the following command and you can access coverage html
./bin/phpunit --coverage-html ./report