Template for building and debugging C++ files at Visual Studio Code
You need git, make and the compiler gpp installed.
To compile the program:
make
To execute the program:
make run
To clean the files .o and prog(executable):
make clean
| Name | Name | Last commit date | ||
|---|---|---|---|---|