Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 517 Bytes

File metadata and controls

30 lines (19 loc) · 517 Bytes

The Mars Rover Kata

The exercice was for me to do the Kata described here.

Simple Script

A node js script that do the job but isn't tested at all.

You can try it as follow:

cat samples/input_example.txt | node easy_solution_script/script.js

C Version

Compile and Run

make
cat samples/input_example.txt | ./TheMarsRover

Run the Tests

You will need to install the Criterion Librarie

make tests_run