3 lines
85 B
Raku
3 lines
85 B
Raku
|
|
say A(4,1);
|
||
|
|
say .chars, " digits starting with ", .substr(0,50), "..." given A(4,2);
|