Hi, mom
A blazingly fast Elixir library to say “Hi” to your mom!
Installation
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"}
]
endUsage
defmodule Hello do
use Hi
def hello do
Hi.mom()
end
endLicense
This project is licensed under the MIT License.