roc/crates/cli_testing_examples/benchmarks/issue2279.roc
2023-12-27 15:58:03 +01: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