Advertisement
Guest User

riba

a guest
Feb 8th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. uses GraphABC;
  2. begin
  3. arc(110,360,100,45,160);
  4. arc(110,220,100,200,315);
  5. floodfill(90, 300, clRed);
  6. line(15,254,17,325);
  7. circle(148,288,3);
  8. line(180,290,165,290);
  9. floodfill(100, 100, clWhite);
  10. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement