Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - kccdist/lib/test/hello.c
There are 6 other files named hello.c in the archive. Click here to see a list.
#include <stdio.h>

main()
{
	printf("Hello, world!\n");
}