Guest User

Untitled

a guest
Jun 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. func solveRow(){
  2. moveForward()
  3. moveForward()
  4. turnRight()
  5. for i in 1...7{
  6. moveForward()
  7. }
  8. toggleSwitch()
  9. turnRight()
  10. turnRight()
  11. for i in 1...7{
  12. moveForward()
  13. }
  14. turnRight()
  15. }
  16.  
  17. for i in 1 ... 3 {
  18. solveRow()
  19. }
Add Comment
Please, Sign In to add comment