diff --git a/Examples.md b/Examples.md index 35424aa..b7ec0b4 100644 --- a/Examples.md +++ b/Examples.md @@ -10,7 +10,8 @@ This page selects some example programs from "Rust by Example" and shows their i ``` -// Many comments from the Rust by Example version have been removed +// Many comments from the Rust by Example version +// have been removed fn main() { // Print text to the console. println!("Hello World!"); @@ -20,7 +21,8 @@ fn main() { ``` -// Many comments from the Rust by Example version have been removed +// Many comments from the Rust by Example version +// have been removed fn main // Print text to the console. println! "Hello World!"