Documentation
1
2
3
pub fn sum (input1: u32, input2: u32) -> u32{
    input1+input2
}