I Bet the Chief is... - Ch. 2

Group Leader
Joined
Dec 20, 2018
Messages
58
Code:
var i = 2;
while (true){
    document.write("Tsundere Chief (" + i + ")");
    i++;
}
 

Users who are viewing this thread

Top