Esempio n. 1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Welcome to robot app!");//some spaghetti code
            var world = new InteractionObject();

            world.Run();
        }