Update Examples

Glen Whitney 2024-08-27 05:10:53 +00:00
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>