Milad H.

122
reputation
6
int now = 0;
int future = now;
for (now = 0; now <= future; now++)
{
    doYourBest();
    future++;
}