From 9f8827d20fc9062f2638bb68fe041b3170b66c4d Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 25 Aug 2024 02:59:28 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index 404c463..d812200 100644 --- a/Examples.md +++ b/Examples.md @@ -609,6 +609,7 @@ fn main() { + let z = { // Final semicolon discards value; `z` ← `()` 2 * x;