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