Dennis Ritchie:
#include <stdio.h>
#include <stdlib.h>
/**
* Condolences to the late Dennis Ritchie:
* co-developer of the C Programing Language
* and the UNIX operating system.
 **/
void main(void)
{
printf("\nR.I.P. Dennis.\n");
printf(" - 09.09.41 - 10.8.11\n\n");
system("pause");
}