4 lines
91 B
Rust
4 lines
91 B
Rust
extern crate named_stuff;
|
|
|
|
fn main() { println!("printing: {}", named_stuff::explore()); }
|