Update Examples
parent
aebb906dfb
commit
871e6aeaf6
@ -1370,7 +1370,9 @@ fn main() {
|
||||
}
|
||||
acc
|
||||
}
|
||||
println!("Sum of odd numbers up to 9 (excluding): {}", sum_odd_numbers(9));
|
||||
println!("Sum of odd numbers up to 9 (excluding): {}",
|
||||
sum_odd_numbers(9)
|
||||
);
|
||||
}
|
||||
```
|
||||
</td><td>
|
||||
|
Loading…
Reference in New Issue
Block a user