From a522cce733b33ced468b530646916aafb87d3c41 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 22 Aug 2024 03:26:12 +0000 Subject: [PATCH] Update Examples --- Examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index 3310e31..0de9fdb 100644 --- a/Examples.md +++ b/Examples.md @@ -66,7 +66,6 @@ fn main() { let mutable = true; } ``` - ``` @@ -91,8 +90,8 @@ fn main // Variables can be overwritten with shadowing. let mutable = true -``` +``` #### Literals and operators