blob: 5b6eaf8bf1fde3aac5a3276d8db7b60213ee2907 [file] [log] [blame]
#include <stdio.h>
main()
{
printf("hello, world\n");
}