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