program 1
public unlisted lua v1 · immutablelocal robot : require("robot")local sides : require("sides")while true dorobot.setLightColor(0x00FF00) --green print("Running...")robot.use(sides.front, false, math.huge) end local robot : require("robot")local sides : require("sides")while true dorobot.setLightColor(0x00FF00) --green print("Running...")robot.use(sides.front, false, math.huge) end