Skip to content

Commit 1ad8206

Browse files
committed
commit Exercise_30_16
1 parent 5a0dac3 commit 1ad8206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter_30/exercise_30_16/Exercise_30_16.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void main(String[] args) {
1616
b[i][j] = Math.random();
1717
}
1818
}
19-
19+
2020
long startTime = System.currentTimeMillis();
2121
result = parallelAddMatrix(a, b);
2222
long endTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)