fix: clean up "return" wording in iterators4

pull/1903/head
liv 2 months ago
parent 3eabf2aafc
commit d8ecf4bc2d

@ -8,7 +8,7 @@
pub fn factorial(num: u64) -> u64 {
// Complete this function to return the factorial of num
// Do not use:
// - return
// - early returns (using the `return` keyword explicitly)
// Try not to use:
// - imperative style loops (for, while)
// - additional variables

Loading…
Cancel
Save