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

6 lines
108 B
Text

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