roc/crates/cli/tests/benchmarks/issue2279.roc
2024-03-05 18:37:03 -05:00

13 lines
268 B
Text

app "issue2279"
packages { pf: "platform/main.roc" }
imports [Issue2279Help, pf.Task]
provides [main] to pf
main =
text =
if Bool.true then
Issue2279Help.text
else
Issue2279Help.asText 42
Task.putLine text