This commit is contained in:
2025-12-10 19:46:42 -05:00
parent 7525a331c5
commit ea5d127774

View File

@@ -2,9 +2,9 @@
shell.execute("wget", "https://git.astrocore.space/root/nova-corp/raw/branch/main/kernel.lua")
sleep(1)
kernel = require("kernel")
Monitor.write("Starting system...\n")
local function run()
Monitor.write("Starting system...\n")
end
return { run = run }
-- return { run = run }