Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.blue)
- textutils.slowPrint("Hello World")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("MineOS 1.1 ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement