Add koan illustrating tail recursion

This commit is contained in:
Jay Hayes
2016-05-03 17:48:21 -05:00
parent 1f24de98f4
commit 6126d5a836
2 changed files with 26 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ defmodule ProcessesTests do
true,
"hola!",
:how_are_you?,
{:multiple, ["O", "HAI"]},
{:waited_too_long, "I am impatient"},
{:exited, :random_reason},
:normal,