From c003fc37197e399911eb8949bf2229416ecfb706 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 21 Aug 2024 17:12:42 +0000 Subject: [PATCH] Update Examples --- Examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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!"