Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Logo = {
- [[ _____ ___________ _ _ ]],
- [[/ __ \| ___| ___ \ \ | |]],
- [[| / \/| |__ | |_/ / \| |]],
- [[| | | __|| /| . ` |]],
- [[| \__/\| |___| |\ \| |\ |]],
- [[ \____/\____/\_| \_\_| \_/]],
- }
- local mon = peripheral.wrap("top")
- mon.setTextScale(1)
- term.redirect(mon)
- term.clear()
- term.setCursorPos(1,1)
- for i = 1, #Logo do
- print(Logo[i])
- end
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment