Sierpinski triangle: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way)
(Updated to work with Nim 1.4: replaced ".. <" with "<..". Added output.)
Line 2,966: Line 2,966:
stdout.write "* "
stdout.write "* "
stdout.write "\n"</lang>
stdout.write "\n"</lang>

{{out}}
<pre> *
* *
* *
* * * *
* *
* * * *
* * * *
* * * * * * * *
* *
* * * *
* * * *
* * * * * * * *
* * * *
* * * * * * * *
* * * * * * * *
* * * * * * * * * * * * * * * * </pre>


=={{header|OCaml}}==
=={{header|OCaml}}==