mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 07:45:04 +00:00
5 lines
66 B
Text
5 lines
66 B
Text
module [text, asText]
|
|
|
|
text = "Hello, world!"
|
|
|
|
asText = Num.toStr
|