Dennis Ritchie with Ken Thompson working on Unix and C

Dennis Ritchie with Ken Thompson working on Unix and C

#include <stdio.h>
int main()
{
printf("Hello Dennis\n");
return 0;
}