Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.10 KB | None | 0 0
  1. void main()
  2. {
  3.     int[int] x;
  4.     foreach (int a, int b; x)
  5.     {
  6.         foreach (int a; x)
  7.         {
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement