mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
6 lines
110 B
Text
6 lines
110 B
Text
app "hello_swift"
|
|
packages { pf: "." }
|
|
imports []
|
|
provides [ main ] to pf
|
|
|
|
main = "Hello, World!"
|