Packages

Utilitary package to parse mtg list format

Current section

Files

Jump to
mtg_parser lib mtg_parser.ex
Raw

lib/mtg_parser.ex

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