Missing ; in readily

This commit is contained in:
Dmitry
2018-04-29 01:33:42 +03:00
committed by GitHub
parent d21faf769a
commit 6ce0f49e56

View File

@@ -1,5 +1,5 @@
program HelloWorld(output);
begin
writeln('Hello World');
readln
readln;
end.