We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0dac3 commit 1ad8206Copy full SHA for 1ad8206
Chapter_30/exercise_30_16/Exercise_30_16.java
@@ -16,7 +16,7 @@ public static void main(String[] args) {
16
b[i][j] = Math.random();
17
}
18
19
-
+
20
long startTime = System.currentTimeMillis();
21
result = parallelAddMatrix(a, b);
22
long endTime = System.currentTimeMillis();
0 commit comments