mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-30 22:03:47 +08:00
Update TypeScript style (Chapter of Array)
This commit is contained in:
@ -66,7 +66,7 @@ function find(nums: number[], target: number): number {
|
||||
}
|
||||
}
|
||||
return -1
|
||||
}
|
||||
}
|
||||
|
||||
/* Driver Codes*/
|
||||
/* 初始化数组 */
|
||||
|
Reference in New Issue
Block a user