Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local robot = require("robot")
- function start()
- robot.up()
- robot.forward()
- end
- function side()
- robot.swingDown()
- robot.useDown()
- robot.placeDown()
- robot.forward()
- robot.swingDown()
- robot.useDown()
- robot.placeDown()
- robot.forward()
- robot.turnRight()
- end
- function parking()
- robot.back()
- robot.down()
- end
- start()
- side()
- side()
- side()
- side()
- parking()
Advertisement
Add Comment
Please, Sign In to add comment