mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
9 lines
163 B
Text
9 lines
163 B
Text
platform "echo-in-c"
|
|
requires {} { main : Str }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [mainForHost]
|
|
|
|
mainForHost : Str
|
|
mainForHost = main
|