This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/usr/local/bin/hello
2022-07-18 19:33:40 +02:00

5 lines
145 B
Text

if term.isColour() then
term.setTextColour(2 ^ math.random(0, 15))
end
textutils.slowPrint("Hello World!")
term.setTextColour(colours.white)