mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
5 lines
118 B
Text
5 lines
118 B
Text
app [main!] { pf: platform "../basic-cli/platform.roc" }
|
|
|
|
import pf.Stdout
|
|
|
|
main! = |_| Stdout.line!("Hello, world!")
|