mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
7 lines
112 B
Text
7 lines
112 B
Text
interface Issue2279Help
|
|
exposes [ text, asText ]
|
|
imports []
|
|
|
|
text = "Hello, world!"
|
|
|
|
asText = Num.toStr
|