-- Slave program by Sarahtoma
term.clear()
x,y = term.getSize()
term.setCursorPos(x/3, y/2)
print("Cranking...")
while true do
    turtle.place()
end
