Esempio n. 1
0
        static void Main(string[] args)
        {
            IEnumerable <IHuman> HumanList = HumanFactory.CreatePersonList();

            //   ManipulateHumn(HumanList);
            int[] num = { 1, 2, 1, 5, 5, 3, 3, 3, 4 };

            //   int[] num = { 1, 2, 1, 5, 5, 3, 3,5,7,7,7,3, 4,6,7,2,2};

            // int[] num = { 1, 6,1,2,6,1,6,6};


            //int sum
            //BiggestNeighbor(num);
            BuildHouse();
            //AskAlexa();
            //ProcessUser();
            //JohnRobot();
            Console.ReadLine();
        }