#include <stdio.h>
#include <stdlib.h>
int main(void) {
(void)printf("Hello World in C\n");
return EXIT_SUCCESS;
}