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