We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6b900 commit b2a529fCopy full SHA for b2a529f
dsa-Arrays-Strings/src/TwoSum.java
@@ -59,6 +59,7 @@ public static void main(String[] args) {
59
60
for(int d:c2){
61
System.out.print(d+" ");
62
+ System.out.println("3");
63
}
64
65
0 commit comments