/* Prints of the message "Hellow World"*/ #include int main(void) { printf("\tHellow World\n"); }