Packages
elevator_project
0.1.0
Implementation of concurrent message passing system for parallell elevators.
Current section
Files
Jump to
Current section
Files
lib/application.ex
defmodule ElevatorProject.Application do
@moduledoc false
use Application
def start(_type, _args) do
ElevatorProject.Supervisor.start_link([])
end
end