diff --git a/Examples.md b/Examples.md index 147f65b..a871b75 100644 --- a/Examples.md +++ b/Examples.md @@ -1381,6 +1381,7 @@ fn main() { fn main fn sum_odd_numbers(up_to: u32) -> u32 let mut acc = 0 + for i in 0..up_to let addition: u32 = match i%2 == 1 true => i