Skip to content

Instantly share code, notes, and snippets.

@txrev319
Created March 8, 2014 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save txrev319/9426556 to your computer and use it in GitHub Desktop.
Save txrev319/9426556 to your computer and use it in GitHub Desktop.
{application, hello_erlang, [
{description, "Hello world with Cowboy!"},
{vsn, "0.1.0"},
{modules, []},
{registered, [hello_erlang_sup]},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {hello_erlang_app, []}},
{env, []}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment