A blazingly fast Elixir library to say "Hi" to your mom!
The package can be installed by adding hi_mom
to your list of dependencies in mix.exs
:
def deps do
[
{:hi_mom, "~> 0.1.1"}
]
end
defmodule Hello do
alias Hi
def hello do
Hi.mom()
end
end
This project is licensed under the MIT License.