6 lines
69 B
Rust
6 lines
69 B
Rust
extern crate foo;
|
|
|
|
pub fn main() {
|
|
let _ = foo::hello_world();
|
|
}
|