Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. minerar robot = require("robot")
  2. minerar sides = require("sides")
  3. while true do
  4. robot.swing()
  5. robot.turnLeft()
  6. robot.swing()
  7. robot.turnRight()
  8. robot.turnRight()
  9. robot.swing()
  10. robot.turnLeft()
  11. robot.forward()
  12. end
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement