- Download the latest version of a C++ compiler, like GCC or Clang.
- Clone the repository:
git clone https://github.com/Hamzawp/CN-CSS-Algorithms.git - Open this directory in Command Prompt or Shell.
- Compile the file using the command:
g++ file.cpp -o file - Run the file using the command:
./file
Hamza Sayyed