Current section

Files

Jump to
nostr_lib lib nostr.ex
Raw

lib/nostr.ex

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