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