This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
All the main functionalities requested from the project specification are now implemented and working.
How to install?
You need to have cmake
, a gcc
and a g++
compiler installed.
on the base folder run the following:
cd part2 && mkdir build && cd build
cmake ../
make
Run with the command ./part2
If you find any bugs or problems please start an Issue, thank you.