mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-07 05:38:01 +00:00
9 lines
169 B
Text
9 lines
169 B
Text
platform "echo-in-c"
|
|
requires {} { main : Str }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [main_for_host]
|
|
|
|
main_for_host : Str
|
|
main_for_host = main
|