Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- local str = 'suck a dick'
- -- print('Hello, world!')
- -- print(str)
- function digToSurface() do
- while turtle.detectUp() do
- turtle.dig()
- turtle.digUp()
- turtle.up()
- end
- end
- function whitneyIsABitch(loopAmount) do
- for i=1,loopAmount do
- print("Whitney is a bitch")
- end
- end
- whitneyIsABitch(10)
Add Comment
Please, Sign In to add comment