Guest User

Untitled

a guest
Jan 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.21 KB | None | 0 0
  1. @@ -1,6 +1,6 @@
  2.  /* For Dennis Ritchie */
  3.  #include <stdio.h>
  4. -void main ( ) {
  5. +int main ( ) {
  6.     printf("Good bye World \n");
  7. -   printf("RIP Denis Ritchie");
  8. +   printf("RIP Dennis Ritchie");
  9.  }
Add Comment
Please, Sign In to add comment