Packages

Machine Learning library for Elixir - WIP

Current section

Files

Jump to
mlex lib mlex.ex
Raw

lib/mlex.ex

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