Пример #1
0
        public static void SolvePartTwo()
        {
            var weakness = XmasDecrypter.FindWeakness(InputList, 25);

            Console.WriteLine(weakness);
        }
Пример #2
0
        public static void SolvePartOne()
        {
            var mismatchNumber = XmasDecrypter.FindMismatch(InputList, 25);

            Console.WriteLine(mismatchNumber);
        }