#define _XOPEN_SOURCE 500 #include #include int main() { printf("Hello World!\n"); return 0; }