blob: 6ee51b5831cec4ae245d37c3a088c45ec521cd11 [file] [log] [blame]
#include <stdio.h>
int main()
{ printf("Hello World\n");
return(0);
}