mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
6 lines
203 B
Text
6 lines
203 B
Text
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br" }
|
|
|
|
import pf.Stdout
|
|
|
|
main =
|
|
Stdout.line! "Hello, World!"
|