Current section

Files

Jump to
jup_swap lib jup_swap.ex
Raw

lib/jup_swap.ex

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