Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local margin = 70000
- local char = "01"
- local spaces = string.rep(char,margin)
- local t1 = os.time()*50
- write(spaces)
- local t2 = os.time()*50
- term.clear()
- print((margin/(t2-t1))*#char.." c/s")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement