Normand Briere
2019-06-24 47cd0f0a3870d843cb758535316060d30f15c811
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)