parth10606_first_crate 0.1.1

A test lib for publishing
Documentation
1
2
3
4
5
6
7
8
use parth10606_first_crate::utils::math;



#[test]
fn test_add(){
    assert_eq!(math::add(2, 5),7);
}