yht_test_lib/
sub.rs

1pub fn sub(a: i32, b: i32) -> i32 {
2    a - b
3}