Normand Briere
2019-06-09 3ae9b1de47e51e7c150412f2bb14383cb6a5f8f8
Grid.java
....@@ -4,7 +4,7 @@
44
55 Grid()
66 {
7
- this(35, 34);
7
+ this(36, 36);
88 }
99
1010 Grid(int u, int v)