
833
12 hours ago
this guy is very cool!!
oh i thought it would appear as a subforum lmfao
Discussion of all that's rigged.
muah
exaspire:
print("Hello World!")
function randomPrint() {
let delay = Math.random() * 4000 + 1000;
setTimeout(() => {
console.log("Hello, I like boys.");
randomPrint();
}, delay);
}
randomPrint();