Current section

Files

Jump to
igc_parser lib igc.ex
Raw

lib/igc.ex

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