Skip to content

Commit 3023e5c

Browse files
Rename Two-Sum.kt to 1-Two-Sum.kt
1 parent 748fb79 commit 3023e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/Two-Sum.kt renamed to kotlin/1-Two-Sum.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class Solution {
1818
fun main() {
1919
val result = Solution().twoSum(intArrayOf(2, 7, 11, 15), 9)
2020
println(result.contentToString())
21-
}
21+
}

0 commit comments

Comments
 (0)