Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("left")
- peripheral.call("left", "clear")
- monitor.setCursorPos(1,1)
- monitor.write("RELOGIO")
- while true do
- sleep(0)
- monitor.setCursorPos(1,3)
- monitor.write(textutils.formatTime(os.time()))
- end
Advertisement
Add Comment
Please, Sign In to add comment