use test_publish_cdbb::substract; fn main() { let res = substract(2, 1); assert_eq!(res, 1); }