program differential_bigint_zero
use std.crypto.bigint
fn main() -> bigint.U256 { bigint.zero256() }

Graph