Esempio n. 1
0
 public void Solution()
 {
     Console.WriteLine(Day4Part2.Solution(172930, 683082));
 }
Esempio n. 2
0
 public void Setup()
 {
     puzzle = new Day4Part2();
 }