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