6 lines
83 B
Rust
6 lines
83 B
Rust
extern crate stuff;
|
|
|
|
fn main() {
|
|
println!("printing: {}", stuff::explore());
|
|
}
|