Guest User

Untitled

a guest
Jun 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for i in 1... 4 {
  2. moveForward()
  3. collectGem()
  4. for i in 1...3{
  5. moveForward()
  6. }
  7. turnRight()
  8. }
Add Comment
Please, Sign In to add comment