mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
6 lines
131 B
Text
6 lines
131 B
Text
app "rocLovesRust"
|
|
packages { pf: "rust-platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Roc <3 Rust!\n"
|