//compiles and runs successfully #include int main() { printf("Hello World!\n"); return 0; }