Add
This commit is contained in:
parent
00cfe5ffee
commit
c50e62b4e8
13
Program1.pas
Normal file
13
Program1.pas
Normal 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
3
Монеткин.pas
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
begin
|
||||||
|
|
||||||
|
end.
|
Reference in New Issue
Block a user