1 2 3 4 5 6 7
extern crate peroxide; use peroxide::fuga::*; fn main() { let a = rand(1000, 1000); (&a * &a).print(); }