public void Day2_P2Test() { var input = File.ReadAllText("./Files/Day_2/Day2_Test.input").Split("\r\n"); Assert.AreEqual(1, DayTwo.Day2_P2(input)); }