add challenge scripts

This commit is contained in:
2025-09-12 11:19:05 +02:00
parent 81fea4865e
commit 7f33c43169
10 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
function onClick() {
if(n >= 10n**8n) {
return;
}
n++;
for(let i = 0; i < 10000; i++) {
x += 41n;
x ^= 42n;
}
}