Don't close console window by default

This commit is contained in:
2020-06-12 12:01:19 +03:00
parent 7b632d7d69
commit c0078559bb
6 changed files with 5 additions and 6 deletions

View File

@@ -6,5 +6,4 @@ uses
begin
InitConsole('Hello');
WriteLn('Hello, world!');
ReadKey;
end.