Advertisement
Guest User

program

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,2)
  3. print("Hello World!")
  4. term.setBackgroundColor(colors.orange)
  5. term.write("Hello Guys, its ya boi anomaly from sweden!")
  6. term.setCursorPos(1,4)
  7. term.setTextColor(colors.blue)
  8. term.write("hello Guy!!!!111")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement