Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Imagem *novo = background(3200, 3200, maximum, amarelo);
  2. tapete_sierpinski(criar_ponto(1200,1200), 800, novo, preto, 4);
  3.  
  4.  
  5.  
  6. gravar(novo, "tapete_sierpinski.ppm");
  7. liberar_imagem(novo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement