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

6 lines
111 B
Text

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