Meant to demostrate basics of Object Oriented Programming in C++
- download C++20 compiler
- add the path of g++.exe to environment variables
- Run the following command to compile the program
g++ main.cpp -o ./build/main.exe -std=c++20
- Executing the program
./build/main.exe