#include <stdio.h>
int main() {
printf("Good bye , Dennis M. Ritchie\n");
}
Thursday, October 13, 2011
Good bye , Dennis M. Ritchie
Subscribe to:
Comments (Atom)
#include <stdio.h>
int main() {
printf("Good bye , Dennis M. Ritchie\n");
}