From 1ad02b01ced012113f6317ae2d228442c9bdd252 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 22 Aug 2024 03:17:48 +0000 Subject: [PATCH] Update Examples --- Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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