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