mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-22 08:08:28 +00:00
7 lines
119 B
Text
7 lines
119 B
Text
app [main!] { pf: platform "./platform/main.roc" }
|
|
|
|
import pf.Stdout
|
|
|
|
main! = || {
|
|
Stdout.line!("Hello, world!")
|
|
}
|