This Game is simple! Starting at "1" comment the following number in each comment! Keep going till we hit 1 Million! (1000000) WARNING, IF THE SAME NUMBER IS REPEATED! YOU MUST RESTART AT "1"! I.e 1 2 3 Continue going until we hit 1 Million!
You are suppose to start at one since i repeated the last character therefore you are breaking the rule
1 Sorry, there is a paradox. Since I repeated the one above, the next person has to start again, and they start at one. So this thread should only be full of ones
1 If we go to 11, we have to start at 1 again, since the 1 is repeated. PHP: for($i = 5; $i <= 1e+6; $i++) echo $i, PHP_EOL;