Skip to content

Instantly share code, notes, and snippets.

@cybrox
Created April 30, 2019 09:41
Show Gist options
  • Save cybrox/42a0a83b7f0e811a6ce192f6a3e9e627 to your computer and use it in GitHub Desktop.
Save cybrox/42a0a83b7f0e811a6ce192f6a3e9e627 to your computer and use it in GitHub Desktop.
ex-mag1.ex
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