public void TestPart2() { var target = 19690720; var output = ProgramAlarm.SolvePart2(target); Assert.AreEqual(3892, output); }