R.I.P DMR

from 분류없음 2011/10/14 09:09
데니스 리치 (1941-2011)
#include <stdio.h>

int main(void)
{
    printf("goodbye, world\n");
    return 0;
}