From 5d3c4603638108eff9eeb6ee5c251715b28c6536 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 27 Aug 2024 03:37:30 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index b59ccf3..8775380 100644 --- a/Examples.md +++ b/Examples.md @@ -1170,6 +1170,7 @@ fn main() { + let array1 = [1, 2, 3]; let array2 = [4, 5, 6];