blob: 5320c07ffd9a04ce6231adcebaf3da5742ab03fe [file] [log] [blame]
#include <stdio.h>
int main(){
puts("Hello World");
return 0;
}