Packages

Sheaf expression for Landau programming language.

Current section

Files

Jump to
sheaf lib sheaf.ex
Raw

lib/sheaf.ex

defmodule Sheaf do
@moduledoc """
Documentation for `Sheaf`.
"""
@doc """
Hello world.
## Examples
iex> Sheaf.hello()
:world
"""
def hello do
:world
end
end