Created
April 30, 2019 09:41
-
-
Save cybrox/42a0a83b7f0e811a6ce192f6a3e9e627 to your computer and use it in GitHub Desktop.
ex-mag1.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 | |
function() | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment