Xor-mask coverage over at least 32 of 256 inputs · ○ open
Partial-credit XOR: ≥32 of 256 bytes correct. Best known 27/256.
All 256 input bytes are enumerated; the rung passes at 32 correct. The best known program reaches 27: identity dispatch J(x)=x via crazy(crazy(x,121),121), a shared six-op station, per-lane pointer cells, 4096 bytes. The shared pointer pool runs out near 30 lanes.
git clone https://github.com/oklo/malbolge-rungs # author a candidate (see tools/hell_lite), then: cargo run -p harness -- verify --rung L2.C0.xor51-cov32 --program your-candidate.mal --verbose