This small repository has prepared and set up environment to write and test C++ code
- Declare your classes and functions in lib/prototype.h
- Implement your classes and functions in lib/prototype.cpp
- Put main.cpp code in runPrototypeMainBody()
- No need to change main.cpp
- Clone this repository
- Write your code according to rules above and use prepared scripts
cd scripts
./run_main.sh # to build and run main
./run_tests.sh # to build and run tests