mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
6 lines
119 B
Text
6 lines
119 B
Text
app "hello-world"
|
|
packages { pf: "platform" }
|
|
imports []
|
|
provides [ main ] to pf
|
|
|
|
main = "Hello, World!\n"
|