Packages

A few sentences (a paragraph) describing the project.

Current section

Files

Jump to
test_mix2 lib test_mix2.ex
Raw

lib/test_mix2.ex

defmodule TestMix2 do
@moduledoc """
Documentation for TestMix2.
"""
@doc """
Hello world.
## Examples
iex> TestMix2.hello()
:world
"""
def hello do
:world
end
end