Please make sure you have make and cmake installed
To build the code and test, please:
mkdir build
cd build
cmake ..
cmake --build .
To run the code, please execute ./main/cpp_otp
To run the test, please execute ./test/cpp_otp_test