Skip to content

Commit 8915808

Browse files
committed
Increased check to 100 arrays
1 parent 9a6aa4e commit 8915808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Testers/ממן14/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static String printArr(int[] arr) {
5454
}
5555

5656
public static int[][] generateArrays() {
57-
int[][] mat = new int[10][];
57+
int[][] mat = new int[100][];
5858
Random rnd = new Random();
5959

6060
for (int i = 0; i < mat.length; i++) {

0 commit comments

Comments
 (0)