* proper naming

- remove readln
This commit is contained in:
florian 2024-12-23 10:55:06 +01:00
parent f1050aeb73
commit 24faf6e0f1

View File

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