Advertisement
JeffGrigg

Untitled

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