@ -0,0 +1,11 @@
local robot = require("robot")
local function mine()
robot.swing()
robot.up()
robot.down()
robot.forward()
end
mine()