mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:49:33 +02:00
10 lines
197 B
ObjectPascal
10 lines
197 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 3144 }
|
|
{ Submitted by "Sergey Kosarevsky" on 2004-06-06 }
|
|
{ e-mail: netsurfer@au.ru }
|
|
Var S:Longint;
|
|
|
|
Begin
|
|
S:=100-Random(200);
|
|
writeln(S);
|
|
End.
|