Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7817e4

Browse files
committed
Update Lt15.java
1
1 parent b50c3a9 commit e7817e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎LeetCode/Blind75/Lt15.java‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
public class Lt15 {
44
public static void main(String[] args) {
55
int[] nums= {-1,0,1,2,-1,-4};
6-
System.out.println(threeSum(nums));
6+
//System.out.println(threeSum(nums));
77
}
88

9-
public static List<List<Integer>> threeSum(int[] nums) {
9+
// public static List<List<Integer>> threeSum(int[] nums) {
1010

11-
}
11+
// }
1212
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /