Spiral matrix: Difference between revisions

Content added Content deleted
(Added Easylang)
Line 1,805: Line 1,805:
.
.
</syntaxhighlight>
</syntaxhighlight>
{{out}}
<pre>
0 1 2 3 4
15 16 17 18 5
14 23 24 19 6
13 22 21 20 7
12 11 10 9 8
</pre>


=={{header|Elixir}}==
=={{header|Elixir}}==