Packages

A library to handle primary school mathematics operations

Current section

Files

Jump to
toothmath lib toothmath.ex
Raw

lib/toothmath.ex

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