mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
app "helloWorld"
|
|
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.3.2/tE4xS_zLdmmxmHwHih9kHWQ7fsXtJr7W7h3425-eZFk.tar.br" }
|
|
imports [pf.Stdout]
|
|
provides [main] to pf
|
|
|
|
main =
|
|
Stdout.line "Hello, World!"
|