Guest User

Untitled

a guest
Jul 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("Hello World!\n");
  6. printf("Witaj Swiecie!\n");
  7.  
  8.  
  9.  
  10.  
  11.  
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment