From 07e79b131215210e8f253fe8e6eb12d860f30d0c Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 26 Aug 2024 22:44:22 +0000 Subject: [PATCH] Update Examples --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 89badf7..4a80ddd 100644 --- a/Examples.md +++ b/Examples.md @@ -903,7 +903,7 @@ fn main n % 5 == 0 => println! "buzz" else println! "{}", n - n += 1; + n += 1 ```