示例#1
0
 public void AnswerA()
 {
     Assert.AreEqual(115, Day07.CountIPv7TLSSupport(File.ReadAllLines("Day7_input.txt")));
 }