Current section
Files
Jump to
Current section
Files
lib/activity_pub.ex
defmodule ActivityPub do
@moduledoc """
Documentation for ActivityPub.
"""
@doc """
Hello world.
## Examples
iex> ActivityPub.hello
:world
"""
def hello do
:world
end
end