mingw_test added
This commit is contained in:
parent
2a1fb449f0
commit
85bdaae967
8
c/mingw_test/test.c
Normal file
8
c/mingw_test/test.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(int argc, char *argv[]) {
|
||||||
|
puts ("Hello world!\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user