length=10
length=11
for l=1,length do
turtle.forward()
turtle.digDown()
turtle.digUp()
turtle.dig()
end