Posts tagged dmr

/* RIP Dennis Ritchie, author of C, co-author of Unix. */

#include <stdio.h>

int main() {
  printf(“Goodbye World\n”);
  return 0;
}

Page 1 of 1