mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 16:27:15 +03:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
app "helloSwift"
|
|
packages { pf: "." }
|
|
imports []
|
|
provides [ main ] to pf
|
|
|
|
main = "Hello, World!\n"
|