コード例 #1
0
ファイル: Rectangle.cs プロジェクト: juliolins/interview
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }
コード例 #2
0
ファイル: Rectangle.cs プロジェクト: juliolins/interview
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }