diff --git a/test.c b/test.c new file mode 100644 index 0000000..f8075f6 --- /dev/null +++ b/test.c @@ -0,0 +1,3 @@ +int main(void){ + return 0; +}