Last active
April 30, 2019 09:49
-
-
Save cybrox/9a33dd10e3fe0c3db1ccd4cdfa716be4 to your computer and use it in GitHub Desktop.
ex-mag2.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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