mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-28 08:53:44 +00:00
7 lines
110 B
Text
7 lines
110 B
Text
interface Issue2279Help
|
|
exposes [text, asText]
|
|
imports []
|
|
|
|
text = "Hello, world!"
|
|
|
|
asText = Num.toStr
|