maybe its faster now?

This commit is contained in:
Boof 2023-06-09 11:54:05 +02:00 committed by GitHub
parent f881d13985
commit 4e59e2b14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
ms.js
View File

@ -7,4 +7,6 @@ function calculateYearsSince() {
document.getElementById("number").innerText = diffInNs
}
setInterval(calculateYearsSince, 0)
while (true) {
calculateYearsSince()
}