This commit is contained in:
2025-12-10 20:01:17 -05:00
parent a5922f5409
commit 6fa6a024dc
3 changed files with 20 additions and 8 deletions

5
consumer/main.lua Normal file
View File

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