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