This commit is contained in:
2025-12-12 13:37:48 -05:00
parent 9278662552
commit 0822432ba8
2 changed files with 13 additions and 3 deletions

View File

@@ -8,8 +8,7 @@ local function run()
monitor.writeLine("Starting system...")
monitor.writeLine("System started successfully!")
data.writeValue("computer-name", "Papercut87")
computerName = data.getValue("computer-name")
computerName = data.getRead("computer-name")
monitor.writeLine("Computer name: " .. computerName)
end