From: pjb@... (Pascal J. Bourguignon) Date: 2009-06-01T02:10:12+09:00 Subject: Re: [QUIZ] Quine (#207) Robert Dober writes: > Ok, the shortest solution did not have much success, what about a long > one then ;) > > http://pastie.org/495692 $ echo ----- ; cat quine.rb ; echo ----- ; ruby quine.rb ; echo ----- ----- q=34;printf a="q=34;printf a=%c%s%c,q,a,q;puts",q,a,q;puts ----- q=34;printf a="q=34;printf a=%c%s%c,q,a,q;puts",q,a,q;puts ----- -- __Pascal Bourguignon__