Przeglądaj źródła

* remove readln;

git-svn-id: trunk@641 -
peter 20 lat temu
rodzic
commit
d6816a1e08
1 zmienionych plików z 1 dodań i 2 usunięć
  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.