mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-08 13:00:32 +00:00
5 lines
70 B
Text
5 lines
70 B
Text
module { send_http_req, get_env_var } -> [hi]
|
|
|
|
hi : Str
|
|
hi =
|
|
"hi"
|