blob: b9a30f1802f46d15d1a1745b208a186b5b4172c6 [file] [log] [blame]
extern crate rand;
fn main() { println!("printing: {}", rand::explore()); }