mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
6 lines
116 B
Text
6 lines
116 B
Text
app "app"
|
|
packages { pf: "platform.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = Foo "This is a test"
|