052 day05 part2

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU047]: event 'input:nice2' is invoked but has no implementation — without one the compiler would silently stub it to return zero-defaults. Implement it with a proc (`~proc nice2|zig { ... }`), a bare-return impl (`~nice2 -> <value>`), a branch constructor (`~nice2 => <branch> <value>`), or a subflow (`~nice2 = <flow>`)
  --> tests/regression/810_AOC_2015/810_052_day05_part2/input.k:18:0

❌ Compiler coordination error: Validation failed (see errors above)
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.k

Expected output

2

Flows

flow ~capture click a branch to expand · @labels scroll to their anchor
capture (source: nice: 0[i64])

Test Configuration

MUST_RUN