Update Examples
parent
aebb906dfb
commit
871e6aeaf6
1 changed files with 3 additions and 1 deletions
|
@ -1370,7 +1370,9 @@ fn main() {
|
||||||
}
|
}
|
||||||
acc
|
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>
|
</td><td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue