sayakboi / rover-project

Solution to the take home assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solution to take home assignment

To run the code follow the instructions in the root of the folder:

mkdir build && cd build
cmake ..
make
./RoverProject ../input.txt ../output.txt

About

Solution to the take home assignment


Languages

Language:C++ 96.6%Language:CMake 3.4%