A place where everyone to discussing about homework code in CS3323 and push
and pull
the latest code
To only COMPILE the C++ program run:
make
To RUN the C++ program:
make run
To COMPILE and RUN the C++ program run:
make run
- All the source code put it into the src/ directory(folder)
- All the compiled code will appear in the bin/ directory(folder) after compiled
[!CAUTION]: Don't delete these files:
[!NOTE]: If you don't understand anything Try to contact the author of the README.md or Create an Issue
SadNguyen2107: Author of the README.md