From 0233165add74cd0eec36fd34f392e8ec55b1057a Mon Sep 17 00:00:00 2001 From: kangshifu <42248685+leikang123@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:54:08 +0800 Subject: [PATCH] feat: add array3.rs exercise --- exercises/array/array3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/array/array3.rs b/exercises/array/array3.rs index 0f6a2d0b..dd989254 100644 --- a/exercises/array/array3.rs +++ b/exercises/array/array3.rs @@ -1,5 +1,5 @@ // array3.rs -// + // Here is the code for how the array learns // I AM NOT DONE