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