Skip to content

Commit 52c6f2b

Browse files
committed
two-sum
1 parent 12c1c56 commit 52c6f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/hjeomdev.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public int[] twoSum(int[] nums, int target) {
1212
}
1313
return answer;
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)