pub fn main(world: World) -> Void raises { let checksum: u32 = std.codec.crc32Bytes(std.mem.span("zero hash payload\n")) if checksum == 1120241454 { check world.out.write("zero-hash ok\n") } }