diff --git a/Examples.md b/Examples.md index a63b034..5d251b8 100644 --- a/Examples.md +++ b/Examples.md @@ -6,7 +6,7 @@ This page selects some example programs from "Rust by Example" and shows their i Rust Husht - + ``` @@ -18,7 +18,7 @@ fn main() { } ``` - + ``` // Many comments from the Rust by Example version