Ejemplo n.º 1
0
        public void Part2()
        {
            var encription = new Encription("Day09/Input.txt", 25);

            Console.WriteLine("The answer is {0}", encription.GetEncryptionWeakness());
        }