Jump to content

Sierpinski triangle: Difference between revisions

Updated to work with Nim 1.4: replaced ".. <" with "<..". Added output.
m (→‎{{header|Phix}}: added syntax colouring the hard way)
(Updated to work with Nim 1.4: replaced ".. <" with "<..". Added output.)
Line 2,966:
stdout.write "* "
stdout.write "\n"</lang>
 
{{out}}
<pre> *
* *
* *
* * * *
* *
* * * *
* * * *
* * * * * * * *
* *
* * * *
* * * *
* * * * * * * *
* * * *
* * * * * * * *
* * * * * * * *
* * * * * * * * * * * * * * * * </pre>
 
=={{header|OCaml}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.