- or download this
dc -e16o4335043554366887798866555766p
- or download this
perl -wE 'use Math::BigInt; say Math::BigInt->new("4335043554366887798
+866555766")->as_hex;'
- or download this
perl -wE '
sub hadd {
...
}
say join "", reverse map { sprintf "%x", $_; } @$h;
'