Skip to content

Commit f4fe314

Browse files
interval change
1 parent 8045e5a commit f4fe314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dz-3/№1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
var timerStart, timerStop;
2424
timerStart = Date.now();
25-
primesInInterval(-5, 1000000);
25+
primesInInterval(-50, 1000);
2626
timerStop = Date.now();
2727
console.log("время работы: " + (timerStop - timerStart) + "ms");
2828

0 commit comments

Comments
 (0)