This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* proper naming
- remove readln
florian
7 months ago
parent
f1050aeb73
commit
24faf6e0f1
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
View File
@@ -4,6 +4,5 @@ program project1;
begin
begin
writeln(Hello);
writeln(Hello);
- readln;
end.
end.