示例#1
0
 public void Setup()
 {
     puzzle = new Day4Part1();
 }
示例#2
0
 public void Solution()
 {
     Console.WriteLine(Day4Part1.Solution1(172930, 683082));
 }