diff --git a/Examples.md b/Examples.md index 3322024..1c454b6 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 @@ -26,6 +26,7 @@ fn main() { fn main // Print text to the console. println! "Hello World!" + ```