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