Advertisement
Guest User

a.c

a guest
Jul 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. /*
  2.  * 17.7.5 Thu 22.19
  3.  * 18.7.19 Thu 18.52
  4.  * 18.7.20 Fri 19.9
  5.  *
  6.  */
  7.  
  8. #include <stdio.h>
  9. #include <stdlib.h>
  10. #include <sys/types.h>
  11.  
  12. // #include "myfork.h"
  13.  
  14. int main(int argc, char **argv) {
  15.  
  16.   printf("hi\n");
  17.  
  18.   printf("\nAll Done!\n");
  19.   return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement