aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust/9 unit tests/helper.rs
blob: afe3233e43b21a05a2382b1a7bffcbf34ed824a1 (plain)
1
2
3
pub fn subtract(a: i32, b: i32) -> i32 {
        a - b
}