mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
6 lines
125 B
Text
6 lines
125 B
Text
app "helloWorld"
|
|
packages { pf: "platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Hello, World!\n"
|