Packages

E-commerce cart for Elixir.

Retired package: Deprecated - new version exists

Current section

Files

Jump to
ex_cart lib ex_cart.ex
Raw

lib/ex_cart.ex

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