1 parent 8045e5a commit f4fe314Copy full SHA for f4fe314
1 file changed
Dz-3/№1.html
@@ -22,7 +22,7 @@
22
}
23
var timerStart, timerStop;
24
timerStart = Date.now();
25
- primesInInterval(-5, 1000000);
+ primesInInterval(-50, 1000);
26
timerStop = Date.now();
27
console.log("время работы: " + (timerStop - timerStart) + "ms");
28
0 commit comments