add challenge scripts

This commit is contained in:
2025-09-12 11:19:05 +02:00
parent 3556025849
commit c276a5a45b
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;
}