RosettaCodeData/Task/Sierpinski-pentagon/00-TASK.txt
2023-07-01 13:44:08 -04:00

7 lines
342 B
Text

Produce a graphical or ASCII-art representation of a [[wp:N-flake#Pentaflake|Sierpinski pentagon]] (aka a Pentaflake) of order 5. Your code should also be able to correctly generate representations of lower orders: 1 to 4.
<br>
<br>
;See also
* [http://ecademy.agnesscott.edu/~lriddle/ifs/pentagon/pentagon.htm Sierpinski pentagon]
<br><br>