Packages

Build appup files for your Elixir app release

Current section

Files

Jump to
unstoppable lib unstoppable.ex
Raw

lib/unstoppable.ex

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