Browse Source

* proper naming
- remove readln

florian 7 months ago
parent
commit
24faf6e0f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/webtbs/tw41064.pp

+ 0 - 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp

@@ -4,6 +4,5 @@ program project1;
 
 begin
   writeln(Hello);
-  readln;
 end.