From eb213e1ec22a77a3efeb205e629c7e45281afa0f Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 22 Aug 2024 03:27:09 +0000 Subject: [PATCH] Update Examples --- Examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index 0de9fdb..5fd394c 100644 --- a/Examples.md +++ b/Examples.md @@ -143,8 +143,8 @@ fn main() { let matrix = Matrix(1.1, 1.2, 2.1, 2.2); println!("{:?}", matrix); } -``` +``` ``` @@ -184,5 +184,4 @@ fn main() 2.1, 2.2 println! "{:?}" matrix ``` - \ No newline at end of file