From: "Dana Merrick" <dmerrick / ics.com>
>
> Daniel Moore wrote:
> > This week's quiz is to create a quine[1], that is: a program which
> > receives no input and produces a copy of its own source code as its
> > only output.
> 
> I have mine down to down to one line (29 characters), though I
> suspect everyone will agree I'm cheating.

I have 30 characters, w/out cheating.  It does output a warning
on 1.8.6, but not 1.8.7 or 1.9.1.  (And since the warning is on
stderr, it doesn't affect the quine output really, I guess.)


Regards,

Bill