Hi. And how to read Data from the input stream? import std.stdio; import std.bigint;
void main() { BigInt n; readf(" %?", &n); writeln(n); }
Dennis Ritchie via Digitalmars-d-learn Mon, 16 Feb 2015 11:55:44 -0800
Hi. And how to read Data from the input stream? import std.stdio; import std.bigint;
void main() { BigInt n; readf(" %?", &n); writeln(n); }