println is a macro not a function

This commit is contained in:
David Dworken 2015-10-21 20:58:10 -04:00
parent 52f871c627
commit 559b1de008

View file

@ -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