pascalabcnet/_Presentations/2015 New Features/Programs/19_Gra2.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

5 lines
53 B
ObjectPascal

uses GraphABC;
begin
Draw('Dog.png',0,0,0.5);
end.