#include #include int main(void) { (void)printf("Hello World in C\n"); return EXIT_SUCCESS; }