mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
10 lines
160 B
Text
10 lines
160 B
Text
app [main!] { pf: platform "main.roc" }
|
|
|
|
import pf.Effect
|
|
|
|
# just a stubbed app for building the test platform
|
|
main! = \{} ->
|
|
|
|
Effect.put_line!("")
|
|
|
|
{}
|