mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 10:15:57 +02:00
* proper naming
- remove readln
This commit is contained in:
parent
f1050aeb73
commit
24faf6e0f1
@ -4,6 +4,5 @@ program project1;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
writeln(Hello);
|
writeln(Hello);
|
||||||
readln;
|
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user