fn mul()

in crates/testbed/repositories/simple/src/main.rs [9:11]


fn mul(lhs: i32, rhs: i32) -> i32 {
    lhs * rhs
}