Guest User

Untitled

a guest
May 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. for(i=0; i<5; i++) func(i);
  2.  
  3. func(0);
  4. func(1);
  5. func(2);
  6. func(3);
  7. func(4);
Add Comment
Please, Sign In to add comment