Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.wrap( "top" )
- while true do
- monitor.clear()
- sleep(1)
- monitor.setCursorPos(2,2)
- monitor.write("Hello i'm monitor program" )
- sleep(1)
- monitor.write("by creeloper27")
- sleep(4)
- end
Advertisement
Add Comment
Please, Sign In to add comment