Skip to content

juulieen/TheMarsRoverKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kata done for an internship at Suricats Consulting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published