Merge pull request #1 from ddworken/master

println is a macro not a function
This commit is contained in:
Zach Dziura 2015-10-21 21:34:57 -04:00
commit 11fdbb8c8e

View file

@ -32,7 +32,7 @@ fn main() {
let q = Prime::new(2048);
let e = p * q;
println("{}", e);
println!("{}", e);
/*
* 75222035638256552797269351238215022250546763213674706... Some massive