-----Original Message-----
From: Daevid Vincent [mailto:dae...@daevid.com] 
Sent: 14 October 2011 12:08 AM
To: php-general@lists.php.net
Subject: [PHP] Dennis Ritchie, Father of Unix and C programming language,
dead at 70

#include <stdio.h>
 
int main()
{
       printf("R.I.P. Dennis Ritchie: 1941-2011\n");
       return 0;
}
 
http://www.networkworld.com/news/2011/101311-ritchie-251936.html

===============================

He might have put it a bit differently:

int main()
{
       printf("Goodbye world\n");
       return 0;
} 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to