println is a macro not a function
This commit is contained in:
parent
52f871c627
commit
559b1de008
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn main() {
|
||||||
let q = Prime::new(2048);
|
let q = Prime::new(2048);
|
||||||
let e = p * q;
|
let e = p * q;
|
||||||
|
|
||||||
println("{}", e);
|
println!("{}", e);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 75222035638256552797269351238215022250546763213674706... Some massive
|
* 75222035638256552797269351238215022250546763213674706... Some massive
|
||||||
|
|
Loading…
Add table
Reference in a new issue