This commit is contained in:
Cadyrov 2022-10-13 22:47:26 +10:00
parent dee23f4d89
commit e3c80ae19f

View File

@ -1,2 +1,8 @@
alert ('gtfo')
alert ('gtfo');
while (true) {
let c=10;
c=2*c*c;
console.log(c);
}
console.log('huynya');
console.log(4+9);