mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 11:33:04 +00:00
6 lines
61 B
Rust
6 lines
61 B
Rust
extern crate my_lib;
|
|
|
|
fn main() {
|
|
my_lib::my_fn("hi");
|
|
}
|