4 lines
79 B
Rust
4 lines
79 B
Rust
![]() |
extern crate stuff;
|
||
|
|
||
|
fn main() { println!("printing: {}", stuff::explore()); }
|