This is the simple C++ project which was created to practice. The flat folder structure preferred therefore all the header and source files are located on the root folder of the project for the sake of simplicity. Basic cmake file was used in order to build the project. Please follow the steps below if you want to build and run the project.
In order to build the project, please follow the steps below. Assuming that you are in the root folder of the project
$ mkdir -p build
$ cd build
$ cmake ..
$ make
You can run the executable after you build the project by using the command below
$ ./main