Skip to content

Commit 7ead471

Browse files
committed
fix solution: Two Sum
1 parent b55b465 commit 7ead471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/Gotprgmer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ public int[] indexOf(int l,int r, int[] nums){
5151
}
5252
return new int[] {lIdx,rIdx};
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)