Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local x,y = term.getSize()
- local cPrint = function(text)
- local x2,y2 = term.getCursorPos()
- term.setCursorPos(math.ceil((x / 2) - (text:len() / 2)), y2)
- print(text)
- end
- cPrint("DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE")
- cPrint("Version 2, December 2004")
- print()
- cPrint("Copyright (C) 2004 Sam Hocevar <[email protected]>")
- print()
- cPrint("Everyone is permitted to copy and distribute verbatim or modified")
- cPrint("copies of this license document, and changing it is allowed as long")
- cPrint("as the name is changed.")
- print()
- cPrint("DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE")
- cPrint("TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION")
- print()
- print(" 0. You just DO WHAT THE FUCK YOU WANT TO.")
Advertisement
Add Comment
Please, Sign In to add comment