Martian Robots

Solution to Martian Robots challenge

Requirements

  • node >= 5.0 (requires ES6 destructuring support)

Pre-requisites

  • Run npm install

Usage

To process an input file, run npm run processFile <filename> e.g. npm run processFile sample.input. The results will be output to stdout.

Tests

To run the unit tests, run npm run test