All pastes #3189620 Raw Edit

program 1

public unlisted lua v1 · immutable
#3189620 ·published 2015-10-10 17:53 UTC
rendered paste body
local robot : require("robot")local sides : require("sides")while true dorobot.setLightColor(0x00FF00) --green  print("Running...")robot.use(sides.front, false, math.huge)        end