updated
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
local monitor = peripheral.find("monitor")
|
||||
monitor.setCursorPos(1, 1)
|
||||
|
||||
local function run()
|
||||
Monitor.write("Starting system...\n")
|
||||
monitor.write("Starting system...\n")
|
||||
end
|
||||
|
||||
return { run = run }
|
||||
Reference in New Issue
Block a user