Update e.ex

This commit is contained in:
Iv4n 2018-12-09 16:56:07 +08:00 committed by GitHub
parent 88f229e2db
commit bb39497cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
e.ex
View File

@ -1 +1,8 @@
IO.puts('e')
defmodule E do
def e do
IO.write(:stdio, 'e')
e()
end
end
E.e()