Skip to content

Instantly share code, notes, and snippets.

@jonlunsford
Created November 1, 2017 22:29
Show Gist options
  • Save jonlunsford/09022cb25967687a88a60fee4cdbde34 to your computer and use it in GitHub Desktop.
Save jonlunsford/09022cb25967687a88a60fee4cdbde34 to your computer and use it in GitHub Desktop.
defmodule Messenger do
use Application
def start(_type, _args) do
Messenger.Supervisor.start_link(name: Messenger.Supervisor)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment