mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
5 lines
121 B
Text
5 lines
121 B
Text
app [processString] { pf: platform "./platform/main.roc" }
|
|
|
|
processString : Str -> Str
|
|
processString = |input|
|
|
input
|