Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!hpda!fortune!amd!decwrl!decvax!mcnc!rti!rti-sel!trt From: trt@rti-sel.UUCP Newsgroups: net.sources Subject: Re: an 84 character self duplicator Message-ID: <1184@rti-sel.UUCP> Date: Fri, 31-Aug-84 00:04:00 EDT Article-I.D.: rti-sel.1184 Posted: Fri Aug 31 00:04:00 1984 Date-Received: Sat, 1-Sep-84 09:25:00 EDT References: cbscc.3483 Lines: 7 Ah! Then here is a 76 character self duplicator. It has the ugly feature that there is no trailing newline, but the nice feature that it fits on one line on a standard crt screen. (The following must be run once to eliminate white space, then it will reproduce itself.) main(){char*a="main(){char*a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);} Tom Truscott