mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
6 lines
99 B
Text
6 lines
99 B
Text
app "app"
|
|
packages { pf: "platform.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = Foo
|