mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-15 04:10:14 +03:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
app "rocLovesSwift"
|
|
packages { pf: "swift-platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Roc <3 Swift!\n"
|