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