feat: add array4.rs exercise

This commit is contained in:
kangshifu 2023-08-29 16:52:01 +08:00
parent 73fef66385
commit 21abb2ba5f

View File

@ -6,7 +6,6 @@
// I AM NOT DONE
fn main(){
// define arrays a
let a =[1,2,3,4,5];