Example #1
0
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }
Example #2
0
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }