roc/test/str/app.roc
2025-10-24 08:11:41 -04:00

5 lines
159 B
Text

app [processString] { pf: platform "./platform/main.roc" }
processString : Str -> Str
processString = |input|
"Got the following from the host: ${input}"