mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
10 lines
158 B
Text
10 lines
158 B
Text
app [main!] { pf: platform "main.roc" }
|
|
|
|
import pf.Effect
|
|
|
|
# just a stubbed app for building the test platform
|
|
main! = \{} ->
|
|
|
|
Effect.putLine! ""
|
|
|
|
{}
|