/* ONLY POST SOURCES HERE, NOT QUESTIONS */
John Gilmore
gnu at hoptoad.uucp
Wed Dec 21 19:45:16 AEST 1988
#include <stdio.h>
int
main()
{
printf("I created this newsgroup as an unmoderated place to post sources.\n");
printf("If you want to ask for sources, ask in comp.sources.wanted.\n");
printf("If you want to talk about sources, talk in comp.sources.d.\n");
printf("If you want to discuss bugs, discuss in comp.sources.bugs.\n");
printf("This group is for source code only!\n");
printf("\n");
printf("Thank you...\n");
printf("-- \n");
printf("John Gilmore {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu");
printf(" gnu at toad.com\n\t\t\"The network *is* the confuser.\"\n");
return 0;
}
--
John Gilmore {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu gnu at toad.com
"The network *is* the confuser."
More information about the Alt.sources
mailing list