fn sum()

in crates/testbed/repositories/simple/src/main.rs [1:3]


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