terom@1: #include terom@1: terom@1: int main (void) { terom@1: printf("Hello World\n"); terom@1: terom@1: return 0; terom@1: }