Current section

Files

Jump to
dhkit_test_davor lib dhkit_test.ex
Raw

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