Help me - please!

iv at fuzzy.tandy.com iv at fuzzy.tandy.com
Thu Jun 8 15:27:00 AEST 1989


/* Written  5:32 pm  Jun  5, 1989 by stasys!fkk in alt.sources */
/* ---------- "Help me - please!" ---------- */
char msg[] = "\
>> I need your help. I have the feelin' that my postings never reach\n\
>> systems outside of the Fed.Rep. of Germany. So PLEASE, do send me\n\
>> a short reply via news (not mail please - I've got to pay for mail).\n\
>> --\n\
>> +--------------------------------+  You look at every face in a crowd\n\
>> | Frank Kaefer | fkk at stasys.UUCP |  Some shine and some keep you guessin'\n\
>> |   (Compuserve: 72427,2101)     |  ( OU812 )\n\
>> +--------------------------------+\n\
";
char reply[] = "\n\
Hello, Frank!  You've made it into Fort Worth, Texas, USA!\n\
\n\
IV				Domain: iv at fuzzy.Tandy.COM\n\
(aka John Elliott IV)		 UUCP: ...!texbell!letni!hal6000!fuzzy!iv\n\
1120 Judy Avenue		   or: ...!decvax!microsoft!trsvax!fuzzy!iv\n\
Benbrook, TX 76126-3449		Phone: 817/249-2147; 7:00pm-11:00pm CST;HFSN\n\
";

main() {
	write(1, msg, sizeof (msg));
	write(1, reply, sizeof (reply));

	exit(0);
}



More information about the Alt.sources mailing list