blob: 9c25c77d51600235e9299a310f1eb44cef0cbe8e [file]
extern crate stuff2;
fn main() {
println!("printing: {}", stuff2::explore());
}