I was trying to execute this program in Raku
but I got an error below:
How should I provide raku
with the perl
library there; what to copy where ?
use Math::BigInt;
$i = Math::BigInt->new($string);
use Math::BigInt ':constant';
print 10**121900;
Could not find
Math::BigInt
in
EDIT
I have failed to run zef
after installing it:
Failed to stat file: no such file or directory
EDIT
Failed to stat file: no such file or directory