PasaP

test

Jul 9th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. -- 
  2. count=0
  3. while true do
  4. count=count+1
  5. print(count)
  6. sleep(0.1)
  7. end
Add Comment
Please, Sign In to add comment