From 6ec3812148979e0a9d9f9dd16a54e1e8f9520002 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 27 Aug 2024 05:12:47 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) 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