roc/examples/hello-world/swift-platform/helloSwift.roc

6 lines
109 B
Text

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