Esempio n. 1
0
        public static void SolvePartTwo()
        {
            var weakness = XmasDecrypter.FindWeakness(InputList, 25);

            Console.WriteLine(weakness);
        }
Esempio n. 2
0
        public static void SolvePartOne()
        {
            var mismatchNumber = XmasDecrypter.FindMismatch(InputList, 25);

            Console.WriteLine(mismatchNumber);
        }