Packages

Refactoring tool to-be

Current section

Files

Jump to
idefix lib idefix.ex
Raw

lib/idefix.ex

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