This commit is contained in:
RedGuy 2023-06-20 22:01:04 +03:00
parent 00cfe5ffee
commit c50e62b4e8
2 changed files with 16 additions and 0 deletions

13
Program1.pas Normal file
View File

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

3
Монеткин.pas Normal file
View File

@ -0,0 +1,3 @@
begin
end.