N1K003

Untitled

Jul 8th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. for(int i = 0; i < height; i++)
  2. {
  3.     if(i%2 == 0)
  4.     {
  5.         putType1();
  6.     }
  7.     else
  8.     {
  9.         putType2();
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment