Tugas besar algoritma pemrograman
Clone the project
git clone https://github.com/Apndw/cpp-tubes-alpro.git
Go to the project directory
cd cpp-tubes-alpro
Build the cpp file
g++ -std=c++11 ./main.cpp -o ./output/main
Start the project
./output/main
Or you can use bash script
./run.sh
To enable debug mode, make variable isDevMode to true
33 bool isDevMode = true;