mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
10 lines
193 B
Text
10 lines
193 B
Text
platform examples/hello-world
|
|
requires { main : Str }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [ mainForHost ]
|
|
effects Effect {}
|
|
|
|
mainForHost : Str
|
|
mainForHost = main
|