Advertisement
saluxx

For loop

Oct 8th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (int i = 0; i < 20; i++)
  2. {
  3. Console.SetCursorPosition(x, y);
  4. x++;
  5. y++;
  6. Console.WriteLine("HEJ");
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement