Ejemplo n.º 1
0
        // == == == == == Puzzle 1 == == == == ==
        public static int Puzzle1(string input)
        {
            var ar = new AlchemicalReducer(input);

            return(ar.Reduce());
        }