hello.c   [plain text]


#include <stdio.h>

int main()
{
	fprintf(stdout, "hello\n");
	return 0;
}