C/C++ plugin - added file support
This commit is contained in:
parent
e480135055
commit
262d26869c
6 changed files with 75 additions and 2 deletions
|
|
@ -0,0 +1,6 @@
|
|||
\#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello world");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in a new issue