Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
FORUM COUNT GAME.
hmm… lol
PROGRAM Number; USES CRT; var a,i:integer; var s:string; BEGIN GOTOXY(50,15); TEXTCOLOR("green"); readln(a);readln(s); {user inputs 19, then "this is stupid lol"} if a=19 then BEGIN writeln('this thread is going to be deleted lol.'); writeln('number is', a);
FOR i:=1 to a DO BEGIN textcolor(i); writeln(s); END; END; END.
a program in pascal… beat that