Koch curve: Difference between revisions

Content deleted Content added
m Rust - reformatted with rustfmt
Prolog - added link to image
Line 1,141: Line 1,141:
koch_curve(Stream, X3, Y3, X4, Y4, N1),
koch_curve(Stream, X3, Y3, X4, Y4, N1),
koch_curve(Stream, X4, Y4, X1, Y1, N1).</lang>
koch_curve(Stream, X4, Y4, X1, Y1, N1).</lang>

{{out}}
See: [https://slack-files.com/T0CNUL56D-F0173G7T8CR-80ae9200ba koch_snowflake.svg] (offsite SVG image)


=={{header|Python}}==
=={{header|Python}}==