mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 16:27:15 +03:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
platform "hello-world-in-swift"
|
|
requires {} { main : Str }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [ mainForHost ]
|
|
|
|
mainForHost : Str
|
|
mainForHost = main
|