fn sub()

in crates/testbed/repositories/simple/src/main.rs [5:7]


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