mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
6 lines
123 B
Text
6 lines
123 B
Text
app "app"
|
|
packages { pf: "platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = \str -> "hi, \(str)!!"
|