Advertisement
M4xf0x

Time

Jun 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ymon = peripheral.wrap("right")
  2. ymon.setTextScale(4)
  3. term.redirect(ymon)
  4. while true do
  5. local time = os.time()
  6. local formattedTime = textutils.formatTime(time, false)
  7. sleep(0)
  8. term.setCursorPos(1,1)
  9. write(formattedTime)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement