mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
|
app "rocLovesRust"
|
||
|
packages { pf: "rust-platform/main.roc" }
|
||
|
imports []
|
||
|
provides [main] to pf
|
||
|
|
||
|
main =
|
||
|
StdoutWrite "Roc <3 Rust!\n" \{} ->
|
||
|
StdoutWrite "Roc <3 Rust!\n" \{} ->
|
||
|
Done
|