Advertisement
alexx876

Untitled

Oct 24th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     for (int  i = 0; i < 10; i++) {
  5.         system("@cls||clear");
  6.         printf("%d", i);
  7.         int new_time = time(NULL)+1;
  8.         while (time(NULL) != new_time);
  9.     }
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement