Files

4 lines
79 B
Rust

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