Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("Hello World!\n");
  6. printf("Hello World2\n");
  7. exit(0);
  8. }
Add Comment
Please, Sign In to add comment