#include <stdio.h>

void main() {
printf("Hello World!\t");
printf("hello c");
return 0;
}