mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-06 13:18:01 +00:00
6 lines
78 B
Text
6 lines
78 B
Text
app [main] {
|
|
pf: platform "./platform/main.roc",
|
|
}
|
|
|
|
main =
|
|
"from app"
|