mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 11:38:43 +00:00
6 lines
71 B
Rust
6 lines
71 B
Rust
use mylib::my_func;
|
|
|
|
fn main() {
|
|
println!("{}", my_func(5, 10));
|
|
}
|