mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Units initialization/finalization support added
This commit is contained in:
@@ -4,10 +4,7 @@ uses
|
||||
CRT;
|
||||
|
||||
begin
|
||||
ConsoleInit('Hello');
|
||||
|
||||
InitConsole('Hello');
|
||||
WriteLn('Hello, world!');
|
||||
|
||||
ReadKey;
|
||||
ConsoleExit(True);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user