Current section
Files
Jump to
Current section
Files
lib/ex_cogmint.ex
defmodule ExCogmint do
@moduledoc """
Documentation for ExCogmint.
"""
@doc """
Hello world.
## Examples
iex> ExCogmint.hello
:world
"""
def hello do
:world
end
end