mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-17 21:39:26 +02:00
* remove readln;
git-svn-id: trunk@641 -
This commit is contained in:
parent
7c10694bc3
commit
d6816a1e08
@ -14,5 +14,4 @@ begin
|
|||||||
WriteLn('problem')
|
WriteLn('problem')
|
||||||
else
|
else
|
||||||
Writeln('OK');
|
Writeln('OK');
|
||||||
Readln;
|
|
||||||
end.
|
end.
|
Loading…
Reference in New Issue
Block a user