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