2011.10.13 - bye Dennis...

Dennis Ritchie on the 2011.10.08 Dennis Ritchie has died. creator of C and co-founder of UNIX - he'll always be in our memories…

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