Current section

Files

Jump to
simple_repo lib simple_repo.ex
Raw

lib/simple_repo.ex

defmodule SimpleRepo do
# @moduledoc """
# Documentation for SimpleRepo.
# """
# @doc """
# Hello world.
# ## Examples
# iex> SimpleRepo.hello
# :world
# """
# def hello do
# :world
# end
end