This is a C# console application that simulates a toy robot moving on a tabletop.
PLACE X,Y,F
: Places the robot at X,Y facing NORTH, EAST, SOUTH, or WEST.MOVE
: Moves the robot forward.LEFT
: Turns the robot left.RIGHT
: Turns the robot right.REPORT
: Outputs the robot's current position and direction.