diff --git a/test.c b/test.c new file mode 100644 index 0000000..6b4a984 --- /dev/null +++ b/test.c @@ -0,0 +1,4 @@ +#include +void main(){ + printf("hello"); +} \ No newline at end of file