We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748fb79 commit 3023e5cCopy full SHA for 3023e5c
kotlin/Two-Sum.kt renamed to kotlin/1-Two-Sum.kt
@@ -18,4 +18,4 @@ class Solution {
18
fun main() {
19
val result = Solution().twoSum(intArrayOf(2, 7, 11, 15), 9)
20
println(result.contentToString())
21
-}
+}
0 commit comments