mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-22 23:23:49 +02:00
User program templates renamed
This commit is contained in:
10
My/Program1.console/Program1.dpr
Normal file
10
My/Program1.console/Program1.dpr
Normal file
@@ -0,0 +1,10 @@
|
||||
program Program1;
|
||||
|
||||
uses
|
||||
CRT;
|
||||
|
||||
begin
|
||||
InitConsole('Hello', True);
|
||||
WriteLn('My first program');
|
||||
ReadKey;
|
||||
end.
|
Reference in New Issue
Block a user