Advertisement
doranchak

Untitled

Mar 28th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function start(){
  2. turnLeft();
  3. move();
  4. putBall();
  5. if (frontIsClear()){
  6. move();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement