Packages
Test package for renovate bot hex support.
Current section
Files
Jump to
Current section
Files
lib/renovate_test_package.ex
defmodule RenovateTestPackage do
@moduledoc """
Documentation for `RenovateTestPackage`.
"""
@doc """
Hello world.
## Examples
iex> RenovateTestPackage.hello()
:world
"""
def hello do
:world
end
end