Find limit of recursion: Difference between revisions

Content added Content deleted
Line 770: Line 770:
.
.
call recurse 0</lang>
call recurse 0</lang>
<pre>

<output>
0
0
.
.
Line 779: Line 778:
| max call depth of 1000 exceeded |
| max call depth of 1000 exceeded |
---------------------------------
---------------------------------
</output>
</pre>


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