Find closest multiple of $10$ to $10$. We see that $1 \times 10 = 10$ is the nearest. Now subtract $10$ from $10$ to get reminder $0$. Add $1$ to quotient.
Since $0$ is less than $10$, stop the division. The reminder is $0$. The topmost line $01$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.