Browse Source

* remove readln;

git-svn-id: trunk@641 -
peter 20 năm trước cách đây
mục cha
commit
d6816a1e08
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      tests/webtbs/tw4155.pp

+ 1 - 2
tests/webtbs/tw4155.pp

@@ -14,5 +14,4 @@ begin
     WriteLn('problem')
   else
     Writeln('OK');
-  Readln;
-end.
+end.