Update array.ts

This commit is contained in:
Yudong Jin 2022-12-04 18:58:12 +08:00 committed by GitHub
parent 31732e5690
commit aa8f24f34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ function find(nums: number[], target: number): number {
} }
} }
return -1 return -1
} }
/* Driver Codes*/ /* Driver Codes*/
/* 初始化数组 */ /* 初始化数组 */