I'm compiling the following program:


#include <stdio.h>

void main()
{
printf("Hello World\n");
}