Current section

Files

Jump to
exfile_b2 lib exfile_b2.ex
Raw

lib/exfile_b2.ex

defmodule ExfileB2 do
use Application
@doc false
def start(_type, _args) do
{:ok, self}
end
end