Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 431 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 431 Bytes

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"}
  ]
end

Usage

defmodule Hello do
  alias Hi

  def hello do
    Hi.mom()
  end
end

License

This project is licensed under the MIT License.