Advertisement
Guest User

Untitled

a guest
May 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public int[][,] discs = new int[][,]
  2. {
  3. new int[,] {{1}},
  4. new int[,] {{0,1,0},
  5. {1,1,1}}
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement