Example #1
0
        public static string CalculateBathroomCode()
        {
            var commands = LineByLine.GetLines("day2_input.txt");
            var keypad   = new Keypad();

            return(keypad.Decode(commands));
        }