Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.wrap("top")
- monitor.setCursorPos(1,1)
- monitor.setTextScale(1.5)
- while true do
- x=os.time()
- monitor.setCursorPos(1,1)
- monitor.write(x)
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement