Toy Robot Exercise
Commands
yarn start
Runs the program with the default input (input_a.txt
). Use yarn start ./path_to_file.txt
to use that as input.
yarn test
Runs the test suite.
TODO
- Convert to TypeScript
- More input validations (i.e. coordinates)
- Read files from stdin
- Write tests