Thursday, October 13, 2011

RIP dmr

Dennis Ritchie has passed away, and the world is a lesser place for it.



#include <stdio.h>

int main(void) {
printf("Goodbye, dmr, and thanks for everything\n");
return 0;
}

0 comments: