Skip to content

Commit e00b52e

Browse files
committed
Bugfix test 22
1 parent da417fc commit e00b52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Apps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void main(String[] args) {
1717
int[] ans = findIndexes(input, 1, 0, new ArrayList<>());
1818
System.out.println(Arrays.toString(ans));
1919
System.out.println(Arrays.stream(ans).max().orElse(-1));
20-
this line is a error which should be picked from the ai changed again for check number 21
20+
this line is a error which should be picked from the ai changed again for check number 22
2121

2222
}
2323
}

0 commit comments

Comments
 (0)