Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 333 Bytes

File metadata and controls

24 lines (13 loc) · 333 Bytes

Visual Studio Code C++ Template

Template for building and debugging C++ files at Visual Studio Code


Requirements

You need git, make and the compiler gpp installed.


Instalation

To compile the program:

make

To execute the program:

make run

To clean the files .o and prog(executable):

make clean