Solution to Martian Robots challenge
node
>= 5.0 (requires ES6 destructuring support)
- Run
npm install
To process an input file, run npm run processFile <filename>
e.g. npm run processFile sample.input
. The results will be output to stdout
.
To run the unit tests, run npm run test