Current section
Files
Jump to
Current section
Files
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