Packages

A few sentences (a paragraph) describing the project.

Current section

Files

Jump to
airtablex lib airtablex.ex
Raw

lib/airtablex.ex

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