public void Solution() { Console.WriteLine(Day4Part2.Solution(172930, 683082)); }
public void Setup() { puzzle = new Day4Part2(); }