Skip to content

Commit b251304

Browse files
committed
add test comment
1 parent 946fa8c commit b251304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function maxSlidingWindow(nums: number[], k: number): number[] {
2020
}
2121
return result;
2222
}
23-
23+
//test
2424
const nums = [1,-1], k = 1;
2525

2626
console.log(maxSlidingWindow(nums, k));

0 commit comments

Comments
 (0)