Packages

Hyperspace API client for Elixir

Current section

Files

Jump to
ex_hyperspace lib ex_hyperspace.ex
Raw

lib/ex_hyperspace.ex

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