Current section

Files

Jump to
statistics lib statistics.ex
Raw

lib/statistics.ex

defmodule Statistics do
use Application
# See http://elixir-lang.org/docs/stable/Application.Behaviour.html
# for more information on OTP Applications
def start(_type, _args) do
Statistics.Supervisor.start_link
end
end