3 lines
32 B
Rust
3 lines
32 B
Rust
extern crate foo;
|
|
|
|
fn main() {}
|
extern crate foo;
|
|
|
|
fn main() {}
|