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