blob: dfa36fc9d71349d37caba623134d575be49e3237 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("hello world\n");
return 1;
}