Skip to content

Commit b97a8ac

Browse files
esubmit: resubmission for LeetCode 1929
1 parent 7cb85ec commit b97a8ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_11/arrays_ts/src/lesson11.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export function getConcatenation(nums: number[]): number[] {
1212
*/
1313
export function findWordsContaining(words: string[], x: string): number[] {
1414
let ans = [];
15-
1615
for(let i = 0; i<words.length; i++){
1716
if (words[i].includes(x)){
1817
ans.push(i);

0 commit comments

Comments
 (0)