Current section
Files
Jump to
Current section
Files
lib/fork_with_flags/application.ex
defmodule ForkWithFlags.Application do
@moduledoc false
use Application
def start(_type, _args) do
ForkWithFlags.Supervisor.start_link(nil)
end
end