Identified and removed bugs from main.cpp using valgrind and published the output using Kachegrind the memory profiler.
git clone --recursive https://github.com/Sanchitkedia/Valgrind_ENPM808X.git
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test
Run program: ./app/shell-app