6
Denmads
7y

for (int i = 0; i < you.rants.length) {
If (you.rants[i].isAwesome || you.rants[i].isFunny) {
you.rants[i].upvote();
}
}

Comments
Add Comment