Example #1
0
        static void Main(string[] args)
        {
            Logic           logic = new Logic();
            RobotController robot = new RobotController(logic);

            robot.Excecute();

            Console.WriteLine("Robot Has Cleaned Room");
        }