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