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"}
]
enddefmodule Hello do
alias Hi
def hello do
Hi.mom()
end
endThis project is licensed under the MIT License.