Sierpinski square curve: Difference between revisions

Content added Content deleted
(Add Ada version)
 
Line 41: Line 41:


=={{header|Ada}}==
=={{header|Ada}}==
Creates an SVG file.
<syntaxhighlight lang="ada">
<syntaxhighlight lang="ada">
with Ada.Numerics; use Ada.Numerics;
with Ada.Numerics; use Ada.Numerics;