Skip to content

Commit 8abb13d

Browse files
committed
commit Exercise_30_17
1 parent f94186c commit 8abb13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter_30/exercise_30_17/Exercise_30_17.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static void main(String[] args) {
2727
long endTime = System.currentTimeMillis();
2828
System.out.println("\nParallel time with " + Runtime.getRuntime().availableProcessors() +
2929
" processors is " + (endTime - startTime) + " milliseconds");
30-
30+
3131
startTime = System.currentTimeMillis();
3232
result = multiplyMatrix(a, b);
3333
endTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)