Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

Thursday, 13 October 2011

Dennis MacAlistair Ritchie, 1941-2011

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