Files
100-Exercises-to-Learn-Rust/ABasicCalculator/OverflowAndUnderflow/Task/task.md
2026-02-24 17:37:07 +08:00

144 B

Adjust the factorial function so arithmetic overflows wrap around, matching the twentieth() test case's expected result for factorial(20).