Toy Robot Simulator A console application that simulates a toy robot moving on a 5x5 square tabletop. Requirements .NET 10 SDK or later How to Run Using the .NET CLI Navigate to the project directory: -cd toyRobot Build and run the application: -dotnet run