Alstro20

test.lua

Nov 22nd, 2020
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. require 'library'
  2. -- local str = 'suck a dick'
  3.  
  4. -- print('Hello, world!')
  5. -- print(str)
  6.  
  7. -- function digToSurface() do
  8. --     while turtle.detectUp() do
  9. --         turtle.dig()
  10. --         turtle.digUp()
  11. --         turtle.up()
  12. --     end
  13. -- end
  14.  
  15. -- function whitneyIsABitch(loopAmount)
  16. --     for i=1,loopAmount do
  17. --         print("Whitney is a bitch")
  18. --     end
  19. -- end
  20.  
  21. whitneyIsABitch(100)
Advertisement
Add Comment
Please, Sign In to add comment