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