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