1
0

6 lines
60 B
Elixir
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
defmodule E do
def e, do: (IO.write("e"); e())
end
E.e()