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