mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
8 lines
74 B
Text
8 lines
74 B
Text
module {
|
|
sendHttpReq,
|
|
getEnvVar
|
|
} -> [hi]
|
|
|
|
hi : Str
|
|
hi =
|
|
"hi"
|