This commit is contained in:
Boof 2023-06-09 11:55:19 +02:00 committed by GitHub
parent 5aa2c0e752
commit f084d62f88
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()
}