mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
6 lines
134 B
Text
6 lines
134 B
Text
app "rocLovesSwift"
|
|
packages { pf: "swift-platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Roc <3 Swift!\n"
|