Advertisement
JeffGrigg

Untitled

Apr 16th, 2018
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.23 KB | None | 0 0
  1. int[][] a = {
  2.             {0,0,0,0,0,0,0},
  3.             {0,1,1,1,0,1,0},
  4.             {0,1,0,1,0,1,0},
  5.             {0,1,0,1,0,1,0},
  6.             {0,1,0,0,0,1,0},
  7.             {0,1,1,1,1,1,0},
  8.             {0,0,0,0,0,0,0}
  9.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement