Advertisement
nickname912

NickLib

Jun 23rd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. --About
  2.  
  3. name = "NickLib"
  4. version = "0.1"
  5. description = "ComputerCraft API"
  6.  
  7. --APIs
  8.  
  9. function cout(text,x,y)
  10.    term.setCursorPos(x,y)
  11.    print(text)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement