6 lines
71 B
Rust

use mylib::my_func;
fn main() {
println!("{}", my_func(5, 10));
}