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