This is a Javascript implementation of the mars probes logic problem.
First of all, to run the project you will need to install the dependencies using the following command:
npm installSo, to run the project in development mode, simply:
npm run devAnd to run the tests:
npm run testPablo Henrique de Oliveira