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