Packages

A package that prints hello!

Current section

Files

Jump to
hello_joe src hello_joe.app.src
Raw

src/hello_joe.app.src

{application, hello_joe, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A package that prints hello!"},
{modules, [hello_joe]},
{registered, []}
]}.