diff --git a/TestC.c b/TestC.c new file mode 100644 index 0000000..8321e25 --- /dev/null +++ b/TestC.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, World!\n"); + return 0; +} \ No newline at end of file