You say goodbye and I say hello.

Thu 13 October 2011
  • 自话 tags: [] published: true comments: true

You say yes, I say no
You say stop and I say go, go, go
Oh, no
You say goodbye and I say hello world

Dennis Ritchie

the C programming language

[cc lang="C"]
#include

int main(){
printf("Dennis Ritchie, %d-%d\n", 1941, 2011);
return 0;
} [/cc]

RIP.