dev/c/cmake_mingw32/srcapp/main.c

9 lines
80 B
C

#include <stdio.h>
int main (void)
{
puts ("Hello world!\n");
return 0;
}