Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ## C
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. int ile = 1000, i;
  7. for(i = 0; i < ile; i++)
  8. {
  9. printf("Kurwa jego mać\n");
  10. }
  11. return 0;
  12. }
  13.  
  14. ## Python
  15. print "Kurwa mać\n" * 1000
Add Comment
Please, Sign In to add comment