Skip to content

Instantly share code, notes, and snippets.

@cybrox
Last active April 30, 2019 09:49
Show Gist options
  • Save cybrox/9a33dd10e3fe0c3db1ccd4cdfa716be4 to your computer and use it in GitHub Desktop.
Save cybrox/9a33dd10e3fe0c3db1ccd4cdfa716be4 to your computer and use it in GitHub Desktop.
ex-mag2.ex
defmodule Recursive do
def function do
receive do
_ -> function()
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment