Sunflower fractal: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Go
PureFox (talk | contribs)
m Moved examples down a couple of lines so they're clear of 'draft task' box.
Line 1:
{{draft task}}
Draw [https://1drv.ms/u/s!AqDUIunCqVnIg1U89bApXAzPU9XH Sunflower fractal]
<br>
<br>
<br>
=={{header|Go}}==
{{trans|Ring}}
<br>
This uses the [https://github.com/fogleman/gg Go Graphics library] for rendering 2D graphics in pure Go. The image produced, when viewed with (for example) EOG, is similar to the Ring entry.
<lang go>package main