예제 #1
0
파일: ResultTwo.cs 프로젝트: boksie/AoC2020
        public void Result()
        {
            var models = Program.ReadData("./input2.txt", (i) => PasswordModel.Parse(i, SecondEvaluation));

            Print(models);
        }