From e05675fe9b194489a695f3db872061bdfe908812 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 27 Aug 2024 05:01:51 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index 50f4718..696d247 100644 --- a/Examples.md +++ b/Examples.md @@ -1335,6 +1335,7 @@ fn main println! "imperative style: {}", acc + // Functional approach let sum_of_squared_odd_numbers: u32 = (0..).map $ * $