mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-03 18:40:34 +00:00
7 lines
110 B
Text
7 lines
110 B
Text
interface Issue2279Help
|
|
exposes [text, asText]
|
|
imports []
|
|
|
|
text = "Hello, world!"
|
|
|
|
asText = Num.toStr
|