This commit is contained in:
2025-09-26 14:13:58 -04:00
parent eef893b094
commit 5111182a4b
9 changed files with 290 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
local screen = component.getFirst("screen")
screen.print("hello")
component.getFirst("computer").reboot()