mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 09:50:28 +00:00
6 lines
61 B
Rust
6 lines
61 B
Rust
extern crate my_lib;
|
|
|
|
fn main() {
|
|
my_lib::my_fn("hi");
|
|
}
|