program ring;
uses graph;
{$I graafika.pas}
begin 
 KaivitaGraafika;
 circle(150, 50, 30);
 readln;
 CloseGraph;
end.