mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
4 lines
No EOL
70 B
Text
4 lines
No EOL
70 B
Text
"a string"
|
|
|> Str.toUtf8
|
|
|> List.map \byte -> byte + 1
|
|
|> List.reverse |