Advertisement
CodeCrafter

mine

Feb 13th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. print("TurtleOs has started")
  2. sleep(0.3)
  3. while turtle.detect() do
  4. turtle.dig()
  5. turtle.forward()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement