blob: 0e50f1000506ba8cf3da55295a6cc8e586e74744 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
-- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0.
local version = "1.0 Alpha 1"
term.clear()
term.setCursorPos(1,1)
print("Starting up bits-UI ".. version .."...")
sleep(3)
|