Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lll-winken!uunet!wucs1!wuphys!wugate!wupost!kuhub.cc.ukans.edu!huxtable From: huxtable@kuhub.cc.ukans.edu (Kathryn Huxtable) Newsgroups: comp.std.c Subject: Re: Portable Self-Replicating C Contest Message-ID: <4244@kuhub.cc.ukans.edu> Date: 31 Mar 89 23:26:03 GMT Organization: University of Kansas Academic Computing Services Lines: 7 char a[] = "char a[] = %c%s%c; main() { printf( a, 34, a, 34 ); }"; main() { printf( a, 34, a, 34 ); } Of course, all this has to be on one long line. Kathryn Huxtable huxtable@kuhub.cc.ukans.edu