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

7
js/01_welcome.js Normal file
View File

@@ -0,0 +1,7 @@
function onClick() {
if(n >= 10000n) {
return;
}
n++;
x = n % 7n;
}