Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            //design pattern

            DemoController demoController = new DemoController();

            demoController.execute(Pattern.Factory_AbstractFactory);

            //codility
            //SolutionController SolController = new SolutionController();
            //SolController.execute(EnumSolution.Lesson1_BinaryGap);

            Console.ReadLine();
        }