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