blob: afe3233e43b21a05a2382b1a7bffcbf34ed824a1 [file] [log] [blame]
pub fn subtract(a: i32, b: i32) -> i32 {
a - b
}