pranav_test 0.2.0

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