Search This Blog

Sunday, October 23, 2011

Goodbye World!

I am glad to have seen him in person even if in passing - he was a great inspiration to a C of developers.

#include <stdio.h> 

int main()
{
   /** Author: Dennis Ritchie */ 
   /** You are expected to understand this */
   printf("Goodbye World\n");
   return 0;
}
RIP Dennis Ritchie!


No comments: