Packages

Utility functions for HTML and string processing

Current section

Files

Jump to
newxp lib newxp.ex
Raw

lib/newxp.ex

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