0
0
Fork 0

Upload files to "/"

This commit is contained in:
Hailstorm 2024-05-21 22:20:30 +02:00
parent a20c7a7120
commit 5a37a8e821
1 changed files with 6 additions and 0 deletions

6
app.js Normal file
View File

@ -0,0 +1,6 @@
var once = true;
while (once) {
once = false;
console.log("It works");
}