mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
7 lines
161 B
Text
7 lines
161 B
Text
app [main!] { pf: platform "../test-platform-effects-zig/main.roc" }
|
|
|
|
import pf.Effect
|
|
|
|
main! : {} => {}
|
|
main! = \{} ->
|
|
Effect.putLine! "I'm an effect 👻"
|