mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
4 lines
110 B
Text
4 lines
110 B
Text
app [main] { pf: platform "main.roc" }
|
|
|
|
# just a stubbed app for building the test platform
|
|
main = Task.ok {}
|