roc/examples/hello-world/rust-platform/helloRust.roc

6 lines
110 B
Text

app "helloRust"
packages { pf: "." }
imports []
provides [ main ] to pf
main = "Hello, World!\n"