diff --git a/c/mingw_test/test.c b/c/mingw_test/test.c new file mode 100644 index 0000000..98038ef --- /dev/null +++ b/c/mingw_test/test.c @@ -0,0 +1,8 @@ +#include + +int main(int argc, char *argv[]) { + puts ("Hello world!\n"); + + return 0; +} +