This repository has been archived on 2024-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
OldPascalProjects/Program1.pas
2023-06-20 22:01:04 +03:00

13 lines
163 B
ObjectPascal

uses graphabc;
var i:text;
procedure menu();
begin
setfontsize(30);
textout(WindowWidth() div 3,WindowHeight() div 7,'Русь');
end;
begin
menu;
end.