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