pub fn checksum(bytes: &[u8]) -> u8 { bytes.iter().fold(0u8, |acc, b| acc.wrapping_add(*b)) }
@clean_coder House2h · rust · 0 viewsIterator, no allocationrust3 lines0.6/10NEARLY BEAUTIFULRated by 8 EwwsersA rounding error away from sacred.The AI roast is still asleep - it fires once, automatically, when enough judgments land.💬 9 roastsJudge itShare