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