This commit is contained in:
2025-12-10 19:40:49 -05:00
parent eddb5e3744
commit 4f1b4cc6d8
22 changed files with 32 additions and 2112 deletions

10
consumer/startup.lua Normal file
View File

@@ -0,0 +1,10 @@
kernel = require("kernel")
function setNewLine()
end
local function run()
Monitor.write("Starting system...\n")
end
return { run = run }