Packages

Prompt user with question and return answer in callback

Current section

Files

Jump to
question src question.app.src
Raw

src/question.app.src

{application, question, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Prompt user with question and return answer in callback"},
{modules, [question]},
{registered, []}
]}.