Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. int main() {
  2. sleep(90); // 10% of the program.
  3. // other 90% of the program:
  4. sleep(1);
  5. sleep(1);
  6. sleep(1);
  7. sleep(1);
  8. sleep(1);
  9. sleep(1);
  10. sleep(1);
  11. sleep(1);
  12. sleep(1);
  13. sleep(1);
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement