AD
Size: a a a
AD
AD
n
defmodule HelloElixir do
@moduledoc """
Documentation for `HelloElixir`.
"""
@doc """
Hello world.
## Examples
iex> HelloElixir.hello()
:world
"""
def hello do
:world
end
end
n
/usr/local/Cellar/elixir/1.10.3/bin/mix test
Compiling 1 file (.ex)
..
Finished in 0.07 seconds
1 doctest, 1 test, 0 failures
Randomized with seed 696989
n
AD
n
n
AK
AK
AK
AL
AL
AL
AK
AL
AK
V
AK
AK