prog.rs 79 B

1234
  1. extern crate stuff;
  2. fn main() { println!("printing: {}", stuff::explore()); }