roc/crates/cli/tests/test-projects/effectful/hello.roc
2024-11-11 16:59:08 +11:00

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 👻"