From 21abb2ba5f0005abec83d01d5d99840a1f624f20 Mon Sep 17 00:00:00 2001 From: kangshifu <42248685+leikang123@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:52:01 +0800 Subject: [PATCH] feat: add array4.rs exercise --- exercises/array/array4.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/array/array4.rs b/exercises/array/array4.rs index f8f4de27..399db1ef 100644 --- a/exercises/array/array4.rs +++ b/exercises/array/array4.rs @@ -6,7 +6,6 @@ // I AM NOT DONE - fn main(){ // define arrays a let a =[1,2,3,4,5];