C/C++ plugin - added file support

This commit is contained in:
Gregory Bednov 2025-01-10 19:56:51 +03:00
commit 262d26869c
6 changed files with 75 additions and 2 deletions

View file

@ -0,0 +1,6 @@
\#include <stdio.h>
int main() {
printf("Hello world");
return 0;
}