This commit is contained in:
Austin Lanari 2018-12-11 22:16:42 +00:00 committed by GitHub
commit 77743489e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
e.exs Normal file
View File

@ -0,0 +1,7 @@
#!/usr/local/bin/elixir
defmodule E do
def e, do: (IO.write("e"); e())
end
E.e()