pranav_test 0.3.0

tring to create package
Documentation
1
2
3
4
pub fn sub(x: i64, y: i64) -> i64 {
    x - y
}