We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f8199 commit a33501eCopy full SHA for a33501e
exercises/18_iterators/iterators4.rs
@@ -1,4 +1,4 @@
1
-fn factorial(num: u8) -> u64 {
+fn factorial(num: u64) -> u64 {
2
// TODO: Complete this function to return the factorial of `num`.
3
// Do not use:
4
// - early returns (using the `return` keyword explicitly)
0 commit comments