an 84 character self duplicator

Larry Cipriani lvc at cbscc.UUCP
Wed Aug 22 22:34:54 AEST 1984


The following is a modified version of a self duplicating program
sent to me by Berry Kercheval.  It must be run once to squeeze the
terminating new line out, then all copies genererated will be
identical.

main(){char q=34,*a="main(){char q=34,*a=%c%s%c;printf(a,q,a,q);}";printf(a,q,a,q);}
				Larry Cipriani
				cbscc!lvc



More information about the Comp.sources.unix mailing list