LWN.net Logo

I'm Quine To Miss Him

I'm Quine To Miss Him

Posted Oct 14, 2011 4:18 UTC (Fri) by ldo (subscriber, #40946)
Parent article: Dennis Ritchie RIP

/*Goodbye, Dennis Ritchie*/void main(void){char q=34,n=10;char*s="/*Goodbye, Dennis Ritchie*/void main(void){char q=34,n=10;char*s=%c%s%c;printf(s,q,s,q,n);}%c";printf(s,q,s,q,n);}


(Log in to post comments)

I'm Quine To Miss Him

Posted Oct 15, 2011 0:52 UTC (Sat) by HelloWorld (guest, #56129) [Link]

That is not valid C.

I'm Quine To Miss Him

Posted Oct 16, 2011 11:54 UTC (Sun) by jzbiciak (✭ supporter ✭, #5246) [Link]

Ugh... void main(void), really?

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds