Code:
#include <stdio.h>

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

    return 0;
}
That's what I'd always use.