Packages

This package name is reserved by Corinvo LLC

Current section

Files

Jump to
corinvo lib corinvo.ex
Raw

lib/corinvo.ex

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