dev/c/cmake_cross_mingw32/main.c

8 lines
76 B
C
Raw Normal View History

2012-05-23 15:07:54 +04:00
#include <stdio.h>
int main()
{
printf("Hello world\n");
return 0;
}