Merge pull request #275 from alexparker/eeeeeeeeeeeeeeeeeeeeeeee

(Elixir) eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
This commit is contained in:
LinuxMercedes 2018-12-09 12:24:34 -06:00 committed by GitHub
commit 2cdd009751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
e.ex
View File

@ -1 +1,5 @@
IO.puts('e')
defmodule E do
def e, do: (IO.write("e"); e())
end
E.e()