Current section
Files
Jump to
Current section
Files
lib/hyperliquid.ex
defmodule Hyperliquid do
@moduledoc """
Documentation for `Hyperliquid`.
"""
@doc """
Hello world.
## Examples
iex> Hyperliquid.hello()
:world
"""
def hello do
:world
end
end