mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
5 lines
162 B
Text
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}"
|