add challenge scripts
This commit is contained in:
10
js/04_broken_proof_of_work.js
Normal file
10
js/04_broken_proof_of_work.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function onClick() {
|
||||
if(n >= 10n**8n) {
|
||||
return;
|
||||
}
|
||||
n++;
|
||||
for(let i = 0; i < 10000; i++) {
|
||||
x += 41n;
|
||||
x ^= 42n;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user