From 5ed3805eaf237e6a653317a8bfa27b843eed0f1f Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 24 Aug 2024 04:19:33 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples.md b/Examples.md index 9050b7d..f45224b 100644 --- a/Examples.md +++ b/Examples.md @@ -143,7 +143,6 @@ fn main() { let matrix = Matrix(1.1, 1.2, 2.1, 2.2); println!("{:?}", matrix); } - ```