The exercice was for me to do the Kata described here.
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.jsCompile and Run
make
cat samples/input_example.txt | ./TheMarsRoverRun the Tests
You will need to install the Criterion Librarie
make tests_run