Write a function divide that takes two u64 values and returns a Result. It should return an error string if the divisor is zero, otherwise return the quotient.
divide
Loading editor...