Skip to content

Commit edee3f5

Browse files
committed
paragon0107 two-sum
1 parent 2cb29dc commit edee3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/paragon0107.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ public int[] twoSum(int[] nums, int target) {
1818
}
1919
return null;
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)