faizii 0.1.0

it will return a number added to itself,and also a number multiplied to itself
Documentation
1
2
3
4
pub fn function(s:i32)->(i32,i32) {
(s*s,s+s)
}