Skip to content

Commit f3cdc7b

Browse files
committed
[Week3](gmlwls96) two-sum
1 parent 7c34da0 commit f3cdc7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

two-sum/gmlwls96.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Solution {
2+
fun twoSum(nums: IntArray, target: Int): IntArray {
3+
4+
}
5+
}

0 commit comments

Comments
 (0)