blob: 71c78d364ac881ee82c099892dd8c89b944b1d3f [file] [log] [blame]
use mylib::my_func;
fn main() {
println!("{}", my_func(5, 10));
}