roc/test/str/app.roc
2025-11-29 22:15:05 +11:00

5 lines
162 B
Text

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