- Blind mode tutorial
lichess.org
Donate

Let's count until 100,000.

Holy hell

Look at what not writing a disclaimer has done! A long count on page 5 with the whole sequence!

I posted in #39:

  1. Do the following:
for $iterator in range 1 to 100000 {
post $iterator in topic;
submit post;
}

Solved!
It should have been understood implicitly from the forum guidelines that the sequence test goes to localhost, not on this forum thread.

So here's the disclaimer: DON'T TRY THAT EXPERIMENT HERE! It may probably be considered spam.

Holy hell Look at what not writing a disclaimer has done! A long count on page 5 with the whole sequence! I posted in #39: > 5. Do the following: > ``` > for $iterator in range 1 to 100000 { > post $iterator in topic; > submit post; > } > ``` > > Solved! It should have been understood implicitly from the forum guidelines that the sequence test goes to localhost, not on this forum thread. So here's the disclaimer: DON'T TRY THAT EXPERIMENT HERE! It may probably be considered spam.

@Frogster64 said in #50:

I'm surprised there's no reasonable limit to the amount of text you can include. Hopefully, you'll be banned unless you delete your post now.

there is a limit
and im gonna delete it now

@Frogster64 said in #50: > I'm surprised there's no reasonable limit to the amount of text you can include. Hopefully, you'll be banned unless you delete your post now. there is a limit and im gonna delete it now
<Comment deleted by user>

@Passionate_Player said in #9:

for(int i = 1;i<=100000;i++)
System.out.print(i);
Do println though it looks cleaner innit?

I meant the output not the code btw

@Passionate_Player said in #9: > for(int i = 1;i<=100000;i++) > System.out.print(i); Do println though it looks cleaner innit? I meant the output not the code btw

This topic has been archived and can no longer be replied to.