package lab0; public class RobotInstructions { public void act(RobotMotionAdapter robot) { robot.forward(100); } }