roc/examples/hello-world/swift-platform/hello_swift.roc
2022-03-07 20:00:32 -07:00

6 lines
110 B
Text

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