/* RIP Dennis Ritchie, author of C, co-author of Unix. */
#include <stdio.h>
int main() {
printf(“Goodbye World\n”);
return 0;
}
Posted on Thursday, 13 October 2011
Comments & 6 notes
/* RIP Dennis Ritchie, author of C, co-author of Unix. */
#include <stdio.h>
int main() {
printf(“Goodbye World\n”);
return 0;
}