mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
app "helloWorld"
|
|
packages { pf: "platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Hello, World!\n"
|