roc/examples/hello-world/rust-platform/hello_rust.roc
2022-03-07 20:00:32 -07:00

6 lines
109 B
Text

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