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