The inventor of C, and it's children C#, C++ and embedded C, has died. The man also did a lot for the Linux community and without his work, we would not have Windows, Linux, Apple, Microsoft, you name it. No program can exist without his writing.
/* For Dennis Ritchie */
#include <stdio.h>
#include <main.h> /* Just to be sure*/
main () {
printf("Goodbye world.\n We will miss you father");
return 0;
};











