Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cbneb.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!cbosgd!cbscc!cbneb!adm From: adm@cbneb.UUCP Newsgroups: net.sources Subject: Re: 62 char C self repeater (cheater) - (nf) Message-ID: <1257@cbneb.UUCP> Date: Mon, 27-Aug-84 12:21:20 EDT Article-I.D.: cbneb.1257 Posted: Mon Aug 27 12:21:20 1984 Date-Received: Tue, 28-Aug-84 23:44:57 EDT Sender: adm@cbneb.UUCP Organization: AT&T Bell Laboratories, Columbus, OHIO Lines: 11 #R:ios:-16200:cbnap:25300001:000:252 cbnap!whp Aug 27 11:16:00 1984 Sorry, but I disagree; it's not a cheat if it legal C and it works. So what if it can be "broken"? There are few C programs that *can't* be broken! Anyway, here's a 46 byte version for you to ponder: main(){char*x;x=__FILE__;execlp("cat",x,x,0);}