mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 00:54:36 +00:00
6 lines
123 B
Text
6 lines
123 B
Text
app "hello-world"
|
|
packages { base: "platform" }
|
|
imports []
|
|
provides [ main ] to base
|
|
|
|
main = "Hello, World!\n"
|