extern crate named_stuff;

fn main() { println!("printing: {}", named_stuff::explore()); }