diff --git a/test.c b/test.c new file mode 100644 index 0000000000000000000000000000000000000000..3b7617c2738b67c0f179cd89b815b28a7438c57b --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +#include <stdio.h> +int main() +{ + printf("Hello, World!"); + return 0; +}