Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cbscc.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!cbosgd!cbscc!lvc From: lvc@cbscc.UUCP (Larry Cipriani) Newsgroups: net.sources Subject: an 84 character self duplicator Message-ID: <3483@cbscc.UUCP> Date: Wed, 22-Aug-84 08:34:54 EDT Article-I.D.: cbscc.3483 Posted: Wed Aug 22 08:34:54 1984 Date-Received: Thu, 23-Aug-84 05:01:34 EDT Organization: AT&T Bell Laboratories, Columbus Lines: 8 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