You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
uses crt;
begin
clrscr;
randomize;
writeln('This is your lucky number: ',random(99)+1,'. Keep it yours!

');
readln;
end.