✓
Passing This code compiles and runs correctly.
Code
// Contract: the public events live here, in the pure .k facet. The entry
// being compiled is input.kz, but `koruc input.kz` must merge THIS sibling
// (same stem `input`) so these events are in scope for the flow + procs.
pub tor compute { x: u32 } -> u32
pub tor show { v: u32 }
Actual
142
Expected output
✓ Zig✓ JavaScript142
Flows
flow ~compute click a branch to expand · @labels scroll to their anchor
compute (x: 42)
Test Configuration
MUST_RUN