roc/crates/cli/tests/benchmarks/issue2279.roc
2024-08-28 16:37:01 +02:00

13 lines
251 B
Text

app [main] { pf: platform "platform/main.roc" }
import Issue2279Help
import pf.PlatformTasks
main =
text =
if Bool.true then
Issue2279Help.text
else
Issue2279Help.asText 42
PlatformTasks.putLine text