Packages

Coming soon!

Current section

Files

Jump to
etl lib etl.ex
Raw

lib/etl.ex

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